Skip to content

Commit cdda0be

Browse files
authored
Fix typo in README (#71)
1 parent 5449846 commit cdda0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Then the output for the tool you wish to check (such as phpcs, PHPUnit, phpmd et
4444

4545
phpcs --standard=psr2 --report=json > phpcs.json || true
4646
47-
Here the `|| true` ensures that the while build will not fail if phpcs fails.
47+
Here the `|| true` ensures that the whole build will not fail if phpcs fails.
4848

4949
Then call diffFilter
5050

0 commit comments

Comments
 (0)