summaryrefslogtreecommitdiff
path: root/doc/bash-style.cli
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bash-style.cli')
-rw-r--r--doc/bash-style.cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bash-style.cli b/doc/bash-style.cli
index 217ad11..b07ffc1 100644
--- a/doc/bash-style.cli
+++ b/doc/bash-style.cli
@@ -57,7 +57,7 @@ for x in ...; do
done
\
-Do use \c{elif} instead of nested \c{else} and \c{if} (and consider is
+Do use \c{elif} instead of nested \c{else} and \c{if} (and consider if
\c{case} can be used instead).
For \c{if} use \c{[ ]} for basic tests and \c{[[ ]]} if the previous form is