Docs: Correct various spelling mistakes.

Props man4toman.
Fixes #46339.

git-svn-id: https://develop.svn.wordpress.org/trunk@44894 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2019-03-13 19:31:49 +00:00
parent c43e43a7ce
commit 4a7b41e6cf
6 changed files with 10 additions and 10 deletions

View File

@@ -646,7 +646,7 @@ class WP_Object_Cache {
/**
* Sets the data contents into the cache.
*
* The cache contents is grouped by the $group parameter followed by the
* The cache contents are grouped by the $group parameter followed by the
* $key. This allows for duplicate ids in unique groups. Therefore, naming of
* the group should be used with care and should follow normal function
* naming guidelines outside of core WordPress usage.