Skip to content

Commit 10d727a

Browse files
committed
Fixed minor grammar issue
Found this during the work on the twentytwenty theme so I thought I should just make a PR.
1 parent 06966b2 commit 10d727a

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)