Skip to content

Commit 7c42465

Browse files
authored
Merge pull request #176 from Automattic/trepmal-patch-1
s/cautioun/caution
2 parents 22a787a + c3c6e6a commit 7c42465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressVIPMinimum/Sniffs/VIP/WPQueryParamsSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function process( File $phpcsFile, $stackPtr ) {
5151
}
5252

5353
if ( 'post__not_in' === trim( $tokens[ $stackPtr ]['content'], '\'' ) ) {
54-
$phpcsFile->addWarning( 'Using `post__not_in` should be used with cautioun.', $stackPtr, 'post__not_in' );
54+
$phpcsFile->addWarning( 'Using `post__not_in` should be done with caution.', $stackPtr, 'post__not_in' );
5555
}
5656
}
5757

0 commit comments

Comments
 (0)