Skip to content

Commit

Permalink
Merge pull request #180 from xabbuh/patch-1
Browse files Browse the repository at this point in the history
fix minor typos
  • Loading branch information
dbu committed Feb 28, 2017
2 parents de46ff8 + 1e0ec63 commit 9f571fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ control headers from the server as specified in :rfc:`7234`. It needs a
);


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

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

0 comments on commit 9f571fb

Please sign in to comment.