8000 minor #7078 Simple typo fix (Renrhaf) · symfony/symfony-docs@ec0ddfc · GitHub
[go: up one dir, main page]

Skip to content

Commit ec0ddfc

Browse files
committed
minor #7078 Simple typo fix (Renrhaf)
This PR was merged into the 3.1 branch. Discussion ---------- Simple typo fix updated => update Commits ------- 70bf1a6 Simple typo fix
2 parents e9bd794 + 70bf1a6 commit ec0ddfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ a filesystem-based cache, instantiate :class:`Symfony\\Component\\Cache\\Adapter
5151

5252
$cache = new FilesystemAdapter();
5353

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

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

0 commit comments

Comments
 (0)
0