Skip to content

Commit

Permalink
Typo & wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Feb 15, 2016
1 parent 20824e6 commit 3e57aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/core-libraries/caching.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ You could improve the above code by moving the cache reading logic into
a behavior, that read from the cache, or ran the associated model method.
That is an exercise you can do though.

As of 2.5 you can accomplish the above much more simply using
As of 2.5 you can accomplish the above much more simple by using
:php:meth:`Cache::remember()`. Assuming you are using PHP 5.3 or
newer, using the ``remember()`` method would look like::

Expand Down

0 comments on commit 3e57aca

Please sign in to comment.