Skip to content

Commit 84f9501

Browse files
authored
Merge pull request #41 from nickylimjj/patch-1
Fixed a typo
2 parents 2ef9415 + 57b7345 commit 84f9501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

using-the-rest-api/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $.ajax( {
5353
} );
5454
```
5555

56-
Note that you do not need to verify that the nonce in valid inside your custom end point. This is automatically done for you in
56+
Note that you do not need to verify that the nonce is valid inside your custom end point. This is automatically done for you in
5757
`rest_cookie_check_errors()`
5858

5959
## Authentication Plugins

0 commit comments

Comments
 (0)