Skip to content

Commit cd00d60

Browse files
committed
chore: fix typo in text verbiage
1 parent e5652a7 commit cd00d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/mocking-wp-action-and-filter-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ final class MyClassTest extends TestCase
103103
}
104104
```
105105

106-
We can also use the `withAnything` method to test that the filter is being applied. This is particulary useful in test cases where we do not care about the arguments but just its return value. This can be done like so:
106+
We can also use the `withAnything` method to test that the filter is being applied. This is particularly useful in test cases where we do not care about the arguments but just its return value. This can be done like so:
107107

108108
```php
109109
use MyPlugin\MyClass;

0 commit comments

Comments
 (0)