Skip to content

Commit 1e0ec63

Browse files
authored
fix minor typos
1 parent de46ff8 commit 1e0ec63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ control headers from the server as specified in :rfc:`7234`. It needs a
3434
);
3535

3636

37-
The ``CachePlugin`` has also 2 factory methods to easily setup the plugin by caching type. See the example below.
37+
The ``CachePlugin`` has also 2 factory methods to easily set up the plugin by caching type. See the example below.
3838

3939
.. code-block:: php
4040
41-
// This will allows caching responses with the 'private' and/or 'no-store' cache directives
41+
// This will allow caching responses with the 'private' and/or 'no-store' cache directives
4242
$cachePlugin = CachePlugin::clientCache($pool, $streamFactory, $options);
4343
4444
// Returns a cache plugin with the current default behavior

0 commit comments

Comments
 (0)