1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Improve better grammar

This commit is contained in:
Matthew Brown 2017-02-13 00:17:35 -05:00
parent b4385e41ca
commit 3a394bd552

View File

@ -36,7 +36,7 @@ The config created above will show you all issues in your code, but will emit `I
./vendor/bin/psalm --init [source_dir] [level]
```
You can also learn about how to suppress certain issues [here](https://github.com/vimeo/psalm/wiki/Dealing-with-code-issues).
You can also learn how to suppress certain issues [here](https://github.com/vimeo/psalm/wiki/Dealing-with-code-issues).
## Acknowledgements