Skip to content

Commit 8d45300

Browse files
authored
Updated spelling
Word was spelled incorrectly. Weigh the use of American English vs British English in words such as "behaviour" (found throughout the document).
1 parent e0a71aa commit 8d45300

File tree

1 file changed

+1
-1
lines changed
  • wordpress-coding-standards

1 file changed

+1
-1
lines changed

wordpress-coding-standards/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Closures must not be passed as filter or action callbacks, as they cannot be rem
145145

146146
<h3>Multiline Function Calls</h3>
147147

148-
When splitting a function call over multiple lines, each parameter must be on a seperate line. Single line inline comments can take up their own line.
148+
When splitting a function call over multiple lines, each parameter must be on a separate line. Single line inline comments can take up their own line.
149149

150150
Each parameter must take up no more than a single line. Multi-line parameter values must be assigned to a variable and then that variable should be passed to the function call.
151151

0 commit comments

Comments
 (0)