Skip to content

Commit

Permalink
minor #7078 Simple typo fix (Renrhaf)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.1 branch.

Discussion
----------

Simple typo fix

updated => update

Commits
-------

70bf1a6 Simple typo fix
  • Loading branch information
xabbuh committed Oct 26, 2016
2 parents e9bd794 + 70bf1a6 commit ec0ddfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ a filesystem-based cache, instantiate :class:`Symfony\\Component\\Cache\\Adapter

$cache = new FilesystemAdapter();

Now you can create, retrieve, updated and delete items using this cache pool::
Now you can create, retrieve, update and delete items using this cache pool::

// create a new item by trying to get it from the cache
$numProducts = $cache->getItem('stats.num_products');
Expand Down

0 comments on commit ec0ddfc

Please sign in to comment.