Skip to content

Commit 07640a2

Browse files
committed
Annotated-Ruleset: fix typo
1 parent 795b327 commit 07640a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Annotated-Ruleset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $ phpcs --standard=/path/to/custom_ruleset.xml test.php
77
```
88

99
By default, PHP_CodeSniffer will look for the following files: `.phpcs.xml`, `phpcs.xml`, `.phpcs.xml.dist`, `phpcs.xml.dist`.
10-
If you use one of these names for your standard, PHP_CodeSniffer will automatically find anf use it if no `--standard` is provided on the command-line.
10+
If you use one of these names for your standard, PHP_CodeSniffer will automatically find and use it if no `--standard` is provided on the command-line.
1111

1212
For projects, it is recommended to use one of the `.dist` filenames.
1313

0 commit comments

Comments
 (0)