mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Fix grammar; should be "an fi", not "a fi"
@@ -27,7 +27,7 @@ Shellcheck says:
|
|||||||
1. One error showing the direct problem (SC1072, unexpected eof) *(Note: see [#1036](../issues/1036))*
|
1. One error showing the direct problem (SC1072, unexpected eof) *(Note: see [#1036](../issues/1036))*
|
||||||
1. One error showing the construct being parsed (SC1073)
|
1. One error showing the construct being parsed (SC1073)
|
||||||
1. One info showing the outer construct being parsed (SC1009)
|
1. One info showing the outer construct being parsed (SC1009)
|
||||||
1. Potentially some specific suggestions, such as when missing a `fi`.
|
1. Potentially some specific suggestions, such as when missing an `fi`.
|
||||||
|
|
||||||
Here, shellcheck says that the command on line 1 is faulty, which makes it easier to find and fix the actual problem.
|
Here, shellcheck says that the command on line 1 is faulty, which makes it easier to find and fix the actual problem.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user