From fd19a44a16e90663db052d656a3d174d376333ad Mon Sep 17 00:00:00 2001
From: decentral1se <cellarspoon@riseup.net>
Date: Thu, 2 Jan 2025 11:36:17 +0100
Subject: [PATCH] docs: moar moar wording

---
 docs/operators/handbook.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/operators/handbook.md b/docs/operators/handbook.md
index 70f995b3a..14480e462 100644
--- a/docs/operators/handbook.md
+++ b/docs/operators/handbook.md
@@ -551,10 +551,10 @@ to deploy the following kinds of versions with `abra app deploy`:
 4. latest commit with unstaged changes (`--chaos/-C`)
 5. recipe version or Git hash (`abra app deploy 1.7.1+1.27.2`)
 
-For 2), if the app **is undeployed** and there is a `.env` version present,
-then it will be selected. This is the *only time* the app `.env` version is
-selected. This is done to reduce unwanted upgrades (we do not automatically
-choose the latest release).
+For 2), if the app **is undeployed** and there is an app `.env` version
+present, then it will be selected. This is the *only time* the app `.env`
+version is selected. This is done to reduce unwanted upgrades (we do not
+automatically choose the latest release).
 
 Use `--ignore-env-version/-i` to deploy the latest release version or commit.
 In all cases 3-5, the app `.env` version is **ignored** as a version candidate.