From dd60d5a72104d3ddfe91647e33fe925dbedf9492 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 14:23:18 -0700 Subject: [PATCH] Fix typos and wording in comments. --- Config/Hyperling.com/env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Hyperling.com/env.example b/Config/Hyperling.com/env.example index 3f0bcdf..e67a4d9 100644 --- a/Config/Hyperling.com/env.example +++ b/Config/Hyperling.com/env.example @@ -9,7 +9,7 @@ COMPOSE_BAKE=true ## Branch ## -# Allow choosing the branch. By keaving it blank, main will be used. +# Allow choosing the branch. By leaving it blank, the main branch will be used. # Should be in the full "--branch my-branch" syntax. BRANCH= #BRANCH="--branch dev"