Skip to content

Commit 3aab864

Browse files
committed
minor #7914 Fix a typo (GuilhemN)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #7914). Discussion ---------- Fix a typo Commits ------- 8adf5ec typo
2 parents 2a7f91d + 8adf5ec commit 3aab864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/autowiring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ using autowiring:
211211
AppBundle\Rot13Transformer: ~
212212
213213
# the ``AppBundle\Rot13Transformer`` service will be injected when
214-
# a ``AppBundle\TransformerInterface`` type-hint is detected
214+
# an ``AppBundle\TransformerInterface`` type-hint is detected
215215
AppBundle\TransformerInterface: '@AppBundle\Rot13Transformer'
216216
217217
AppBundle\TwitterClient:

0 commit comments

Comments
 (0)