8000 [#7021] Fixed a minor typo · symfony/symfony-docs@6a7b054 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a7b054

Browse files
committed
[#7021] Fixed a minor typo
1 parent 6ffdd07 commit 6a7b054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/alias_private.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ from the container::
6464

6565
$container->get('foo');
6666

67-
This *may or may not work*, depending on how the container as optimized the
67+
This *may or may not work*, depending on how the container has optimized the
6868
service instanciation and, even in the cases where it works, is
6969
deprecated. Simply said: A service can be marked as private if you do not want
7070
to access it directly from your code.

0 commit comments

Comments
 (0)
0