diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e0cedeb9..b8f13b353 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -422,7 +422,7 @@ We use some automation tools to help us keep a healthy codebase. ```bash # Run on all files -./vendor/bin/phpcs +./vendor/bin/phpcs # Run on single file or folder ./vendor/bin/phpcs ```