core/modules/system/core.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/core.api.php b/core/modules/system/core.api.php index bd3bc93..9f5acfe 100644 --- a/core/modules/system/core.api.php +++ b/core/modules/system/core.api.php @@ -282,7 +282,7 @@ * key and a value. The value can be: * - TRUE, to indicate that this type of data is present in the cache item. * - An array of values. For example, the "node" tag indicates that particular - * nodes' data is present in the cache item, so its value is an array of node + * node's data is present in the cache item, so its value is an array of node * IDs. * Data that has been tagged can be deleted or invalidated as a group: no matter * the Cache ID (cid) of the cache item, no matter in which cache bin a cache