aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-06-19 15:42:34 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-06-19 15:42:34 +0900
commitab226542ffe9b11f368c4dcd8510ead77f237943 (patch)
tree1735456f107f8da4de1953e702ed715ede6ed4e1
parent8a078146a3e56031151c686adcc566d2a3ba7e48 (diff)
downloadgit-test-ab226542ffe9b11f368c4dcd8510ead77f237943.tar.gz
Fix grammar
Reported-by: @java_shlt (on Twitter)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b13e4fd..e76a0e0 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@ git-test
========
git-test is a script for running tests on commits in a Git repository.
-It is useful for those who care every commit in a topic branch passes the
-test.
+It is useful for those who care whether every commit in a topic branch passes
+the test.
git-test uses git-worktree(1) and runs the test inside a linked working tree
so that the current working tree doesn't become polluted; you can make any