Docs: Typo correction in WP_Application_Passwords docblocks.

Props im_niloy.
Fixes #56155.
See #55646.


git-svn-id: https://develop.svn.wordpress.org/trunk@53672 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
audrasjb 2022-07-06 10:36:01 +00:00
parent eab8c30956
commit d21847bed1

View File

@ -23,7 +23,7 @@ class WP_Application_Passwords {
const USERMETA_KEY_APPLICATION_PASSWORDS = '_application_passwords';
/**
* The option name used to store whether application passwords is in use.
* The option name used to store whether application passwords are in use.
*
* @since 5.6.0
*