Skip to content

Commit eee0f95

Browse files
cordovalweaverryan
authored andcommitted
fix typo on tags page of documentation
1 parent bf7c4a4 commit eee0f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Working with Tagged Services
55
============================
66

77
Tags are a generic string (along with some options) that can be applied to
8-
any service. By themselves, tags don't actually the functionality of your
8+
any service. By themselves, tags don't actually alter the functionality of your
99
services in any way. But if you choose to, you can ask a container builder
1010
for a list of all services that were tagged with some specific tag. This
1111
is useful in compiler passes where you can find these services and use or

0 commit comments

Comments
 (0)