Skip to content

Commit 9de59a6

Browse files
committed
Reporting: fix typo
1 parent 047ce4d commit 9de59a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Now you can use the compile command and associated shortcuts to move between err
368368
369369
## Printing a Git Blame Report
370370
371-
PHP_CodeSniffer can make use of the `git blame` command to try and determine who committed each error and warning to a Git respository. To print a Git Blame report, use the `--report=gitblame` command line argument. The output will look like this:
371+
PHP_CodeSniffer can make use of the `git blame` command to try and determine who committed each error and warning to a Git repository. To print a Git Blame report, use the `--report=gitblame` command line argument. The output will look like this:
372372
373373
```bash
374374
$ phpcs --report=gitblame /path/to/code

0 commit comments

Comments
 (0)