Skip to content

Commit 8bd694f

Browse files
committed
minor symfony#4709 [Reference] fix wording (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Reference] fix wording | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | symfony#4673 Commits ------- 10b06da [Reference] fix wording
2 parents 1bd9ed4 + 10b06da commit 8bd694f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ cache
530530
**type**: ``string``
531531

532532
This value is used to determine the service that is used to persist class
533-
metadata in a cache. The actual service name is built by prefix the configured
533+
metadata in a cache. The actual service name is built by prefixing the configured
534534
value with ``validator.mapping.cache.`` (e.g. if the value is ``apc``, the
535535
``validator.mapping.cache.apc`` service will be injected). The service has
536536
to implement the :class:`Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInterface`.

0 commit comments

Comments
 (0)