Skip to content

Commit 9c1cba4

Browse files
committed
README: minor language/grammer fixes
1 parent 913f6bc commit 9c1cba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PHPCSDevTools for developers of PHP_CodeSniffer sniffs
2020

2121
</div>
2222

23-
This is a set of tools to aid developers of sniffs for [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).
23+
This is a set of tools to assist developers of sniffs for [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).
2424

2525
* [Installation](#installation)
2626
+ [Composer Project-based Installation](#composer-project-based-installation)
@@ -65,7 +65,7 @@ Composer will automatically install dependencies and register the PHPCSDebug sta
6565
```bash
6666
phpcs --config-set installed_paths /path/to/PHPCSDevTools
6767
```
68-
:warning: **Warning**: The `installed_paths` command overwrites any previously set `installed_paths`. If you have previously set `installed_paths` for other external standards, run `phpcs --config-show` first and then run the `installed_paths` command with all the paths you need separated by comma's, i.e.:
68+
:warning: **Warning**: The `installed_paths` command overwrites any previously set `installed_paths`. If you have previously set `installed_paths` for other external standards, run `phpcs --config-show` first and then run the `installed_paths` command with all the paths you need separated by commas, i.e.:
6969
```bash
7070
phpcs --config-set installed_paths /path/1,/path/2,/path/3
7171
```

0 commit comments

Comments
 (0)