Skip to content

Commit 91a9815

Browse files
authored
Fix a typo in the php documentation where Wordpress is missing an s
1 parent c7da122 commit 91a9815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • wordpress-coding-standards

wordpress-coding-standards/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ Group `use` statements are available from PHP 7.0, and trailing commas in group
608608
Note that, unless you have implemented [autoloading](https://www.php.net/manual/en/language.oop5.autoload.php), the `use` statement won't automatically load whatever is being imported. You'll either need to set up autoloading or load the file containing the class/function/constant using a `require/import` statement, for the imported constructs to be loaded when used.
609609
[/info]
610610

611-
**Note about WordPres Core usage**
611+
**Note about WordPress Core usage**
612612

613613
While import `use` statements can already be used in WordPress Core, it is, for the moment, **strongly discouraged**.
614614

0 commit comments

Comments
 (0)