Skip to content

Commit

Permalink
Merge pull request #741 from jaikdean/spelling-correction
Browse files Browse the repository at this point in the history
Correct spelling of 'preceded' in PSR-12
  • Loading branch information
samdark committed Jan 25, 2016
2 parents e3e14d2 + 249f559 commit ee9b94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposed/extended-coding-style-guide.md
Expand Up @@ -247,10 +247,10 @@ the class name.
The opening brace for the class MUST go on its own line; the closing brace
for the class MUST go on the next line after the body.

Opening braces MUST be on their own line and MUST NOT be preceeded or followed
Opening braces MUST be on their own line and MUST NOT be preceded or followed
by a blank line.

Closing braces MUST be on their own line and MUST NOT be preceeded by a blank
Closing braces MUST be on their own line and MUST NOT be preceded by a blank
line.

```php
Expand Down

0 comments on commit ee9b94c

Please sign in to comment.