From 6c4d37fe9586997e4227fb154d938b6efa933f5b Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Tue, 16 Jun 2020 14:22:37 -0700 Subject: [PATCH] Use proper english --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad11ebf..ba0a114 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Add the Nitpicker action to your workflow and allow access to the `secrets.GITHU ## Blocking comments -A blocking comment indicates that a PR containing changed files that match a specified path filter will fail the build job that the nitpicker is run in. After the indicated file/folder has been removed from the PR, the blocking comment will be considered 'resolved' the build job will succeed and the PR can be completed. +A blocking comment indicates that a PR containing changed files that match a specified path filter will fail the build job that the nitpicker is run in. After the indicated file/folder has been removed from the PR, the blocking comment will be considered 'resolved', the build job will succeed, and the PR can be completed. ## Common use-cases