summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-01-14 12:46:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-01-14 12:46:29 +0200
commit967c57e25be857dbe10e24ef1e39a442af9baad7 (patch)
tree9167a4b17df59490f26eaf45d9d004e66fc6afa4
parent510cff62060da3ed639bed663ffb85311bf23707 (diff)
Fix typo in Bash style guide
-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