Skip to content

Commit ea097b0

Browse files
authored
Merge pull request #59 from phoshenwen/patch-1
Updated spelling
2 parents e0a71aa + 8d45300 commit ea097b0

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)