Skip to content

Commit 9c202b7

Browse files
Fix language
1 parent b3510da commit 9c202b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ wp cache
2121

2222
By default, the WP Object Cache exists in PHP memory for the length of the
2323
request (and is emptied at the end). Use a persistent object cache drop-in
24-
to persist the object cache between request.
24+
to persist the object cache between requests.
2525

2626
[Read the codex article](https://codex.wordpress.org/Class_Reference/WP_Object_Cache)
2727
for more detail.

src/Cache_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* By default, the WP Object Cache exists in PHP memory for the length of the
77
* request (and is emptied at the end). Use a persistent object cache drop-in
8-
* to persist the object cache between request.
8+
* to persist the object cache between requests.
99
*
1010
* [Read the codex article](https://codex.wordpress.org/Class_Reference/WP_Object_Cache)
1111
* for more detail.

0 commit comments

Comments
 (0)