Skip to content

Commit ecb633d

Browse files
authored
Merge pull request #1793 from WordPress/feature/minor-comment-fix
Fixed minor grammar issue
2 parents 06966b2 + 10d727a commit ecb633d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress-Core/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
Ref: https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#multiline-function-calls
126126
#############################################################################
127127
-->
128-
<!-- Rule: When splitting a function call over multiple lines, each parameter must be on a seperate line.
128+
<!-- Rule: When splitting a function call over multiple lines, each parameter must be on a separate line.
129129
Covered via PEAR.Functions.FunctionCallSignature in Space Usage section. -->
130130

131131
<!-- Rule: Single line inline comments can take up their own line. -->

0 commit comments

Comments
 (0)