From 43fbad5d14658807eecc64ca16ba951555ce2e43 Mon Sep 17 00:00:00 2001 From: Geoff Lee Date: Thu, 25 Oct 2018 20:54:59 -0700 Subject: [PATCH] Fix grammar; should be "an fi", not "a fi" --- Parser-error.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser-error.md b/Parser-error.md index eb34a64..6551525 100644 --- a/Parser-error.md +++ b/Parser-error.md @@ -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 construct being parsed (SC1073) 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.