8000 Fixed a typo · symfony/symfony-docs@5bea1e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bea1e6

Browse files
Fixed a typo
1 parent eb70a36 commit 5bea1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/chain_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Chain Cache Adapter
1010
This adapter allows combining any number of the other
1111
:ref:`available cache adapters <component-cache-creating-cache-pools>`. Cache items are
1212
fetched from the first adapter containing them and cache items are saved to all the
13-
given adapters. This exposes a simple and efficient method for creating a layeted cache.
13+
given adapters. This exposes a simple and efficient method for creating a layered cache.
1414

1515
The ChainAdapter must be provided an array of adapters and optionally a maximum cache
1616
lifetime as its constructor arguments::

0 commit comments

Comments
 (0)
0