diff --git a/wordpress-coding-standards/php.md b/wordpress-coding-standards/php.md index 40d963e..9b600cd 100644 --- a/wordpress-coding-standards/php.md +++ b/wordpress-coding-standards/php.md @@ -555,7 +555,7 @@ While this operator does exist in Core, it is often used lazily instead of doing Per #22400:
extract() is a terrible function that makes code harder to debug and harder to understand. We should discourage it's [sic] use and remove all of our uses of it. -Joseph Scott has a good write-up of why it's bad.
+Joseph Scott has a good write-up of why it's bad.

Credits