Skip to content

Commit 91794f8

Browse files
committed
Fixing typos in the readme file
1 parent 384bbe5 commit 91794f8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
c9.ide.language.php.wordpress
22
=============================
33

4-
__Name__ : WordPress Coding Standards Linter for Cloud9
4+
__Name__: WordPress Coding Standards Linter for Cloud9
55

66
__Current Version__: 1.0.0 (2018-10-10)
77

8-
__Author__ : [EP4](https://ep4.com)
8+
__Author__: [EP4](https://ep4.com)
99

10-
__Contributors__ : [Dave Lavoie](https://github.com/davelavoie)
10+
__Contributors__: [Dave Lavoie](https://github.com/davelavoie)
1111

12-
__License__ : GPLv3 or later
12+
__License__: GPLv3 or later
1313

1414
Provides a linter in Cloud9 IDE for WordPress development using PHP CodeSniffer (PHPCS) based on WordPress Coding Standards (WPCS) and PHPCompatibility/PHPCompabitityWP rules.
1515

@@ -50,7 +50,7 @@ This plugin will do the following:
5050
- [x] If errors are found, a warning icon will be displayed next to the line number.
5151
- [x] When hovering that icon, a tooltip with a message explaining the error(s) will be displayed.
5252
- [x] In the message, icons will be displayed for helping you distinguish if this is a warning or an error, and if it can be fixed automatically by PHPCBF.
53-
- [x] In the message, the line and column where the error can be found in the code will be displayed inside parenthesis.
53+
- [x] In the message, the line and column where the error can be found in the code will be displayed inside parentheses.
5454
- [x] In the code, errors will be underlined with a red dotted line, and highlighted in red so you can rapidly identify them. Please note that the highlighted characters might not actually be accurate.
5555

5656
This plugin won't do the following (yet):
@@ -60,7 +60,7 @@ This plugin won't do the following (yet):
6060

6161
### Icons used in messages
6262

63-
Since there is no simple way to allow HTML in these tooltips, we use some custom unicode characters for displaying more meaningful messages:
63+
Since there is no simple way to allow HTML in these tooltips, we use some custom Unicode characters for displaying more meaningful messages:
6464

6565
| Displayed Characters | Meaning |
6666
| ---------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -70,9 +70,9 @@ Since there is no simple way to allow HTML in these tooltips, we use some custom
7070
| 𝗪𝗣𝗖𝗦 | The issue was identified using __WordPress__ Coding Standards Rules. |
7171
| 𝗣𝗛𝗣𝗖𝗼𝗺𝗽𝗮𝘁𝗶𝗯𝗶𝗹𝗶𝘁𝘆 | The issue was identified using __PHPCompatibility__ Rules. |
7272
| ➀ to ➈ | Any number displayed in a circle represent the __severity__ level of the issue. ➄ is the default severity and is never displayed. |
73-
| (𝟏𝟐𝟑:𝟕𝟖𝟗) | Numbers displayed inside parenthesis refer to the __line__ and __column__ where the issue can be found. In this example, look at line 123 and column 789. |
73+
| (𝟏𝟐𝟑:𝟕𝟖𝟗) | Numbers displayed inside parentheses refer to the __line__ and __column__ where the issue can be found. In this example, look at line 123 and column 789. |
7474

75-
Ressources
75+
Resources
7676
----------
7777

7878
* PHP CodeSniffer : [GitHub Repo](https://github.com/squizlabs/PHP_CodeSniffer), [Wiki](https://github.com/squizlabs/PHP_CodeSniffer/wiki) & [Analysis of Coding Conventions for WP](https://squizlabs.github.io/PHP_CodeSniffer/analysis/WordPress/WordPress/index.html)
@@ -88,7 +88,7 @@ Changelog
8888

8989
* Updating PHP_CodeSniffer library to version 3.3.2.
9090
* Updating WordPress Coding Standards to version 1.1.0.
91-
* Updading PHPCompabitity standards to version 9.0.0.
91+
* Updating PHPCompabitity standards to version 9.0.0.
9292
* Adding PHPCompabitityWP 2.0.0 and PHPCompatibilityParagonie 1.0.0 standards.
9393
* Increasing the stdout max output from 200KB to 500KB.
9494
* Increasing the timeout from 5 to 10 seconds.
@@ -101,7 +101,7 @@ Changelog
101101
### 0.0.2a - 2017-02-13
102102

103103
* Updating WordPress Coding Standards with the latest release as of 2017-02-10.
104-
* Updading PHPCompabitity standards with the latest release as of 2017-02-06
104+
* Updating PHPCompabitity standards with the latest release as of 2017-02-06
105105

106106
### 0.0.1 (alpha) - 2017-02-10
107107

0 commit comments

Comments
 (0)