Skip to content

Commit ac4fde2

Browse files
committed
minor #20334 Fix typo preventing link to be parsed (cirdan)
This PR was merged into the 6.4 branch. Discussion ---------- Fix typo preventing link to be parsed The documentation website displays a commit hash, instead of the link to the tags section. https://symfony.com/doc/6.4/service_container/service_decoration.html <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- a808be0 Fix typo preventing link to be parsed
2 parents df61a96 + a808be0 commit ac4fde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_decoration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ automatically changed to ``'.inner'``):
225225

226226
.. note::
227227

228-
All custom :ref:`service tags </service_container/tags>`_ from the decorated
228+
All custom :ref:`service tags </service_container/tags>` from the decorated
229229
service are removed in the new service. Only certain built-in service tags
230230
defined by Symfony are retained: ``container.service_locator``, ``container.service_subscriber``,
231231
``kernel.event_subscriber``, ``kernel.event_listener``, ``kernel.locale_aware``,

0 commit comments

Comments
 (0)