From 7c212789ada4d6e28ecdea0c6792f5e334821696 Mon Sep 17 00:00:00 2001 From: Alexander Asomba Date: Thu, 4 Jul 2019 06:46:11 +0100 Subject: [PATCH] Fixed minor Typo in README.md --- phpcs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpcs/README.md b/phpcs/README.md index 5f36f13..487c619 100644 --- a/phpcs/README.md +++ b/phpcs/README.md @@ -102,7 +102,7 @@ The following values are applicable: } ``` -1. The setting can me set to the name of a custom coding standard ( ie. `WordPress`, `Drupal`, etc. ). In this case you must ensure that the specified coding standard is installed and accessible by `phpcs`. +1. The setting can be set to the name of a custom coding standard ( ie. `WordPress`, `Drupal`, etc. ). In this case you must ensure that the specified coding standard is installed and accessible by `phpcs`. ```json {