Skip to content

Commit 3209040

Browse files
authored
typo
1 parent 4f7b9c4 commit 3209040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ that defaults to the project directory.
274274
Each custom pool becomes a service where the service id is the name of the pool
275275
(e.g. ``custom_thing.cache``). An autowiring alias is also created for each pool
276276
using the camel case version of its name - e.g. ``custom_thing.cache`` can be
277-
injected automatically by naming the argument ``$forecastCache`` and type-hinting it
277+
injected automatically by naming the argument ``$customThingCache`` and type-hinting it
278278
with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or
279279
``Psr\\Cache\\CacheItemPoolInterface``::
280280

0 commit comments

Comments
 (0)