Skip to content

Commit 16a5ac9

Browse files
committed
minor #9435 Fix typo (liviubalan)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes #9435). Discussion ---------- Fix typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- 868e3c4 Fix typo
2 parents 82404d0 + 868e3c4 commit 16a5ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Now, you can pass the username to the command:
166166
Getting Services from the Service Container
167167
-------------------------------------------
168168

169-
To actually create a new user, the command has to access to some
169+
To actually create a new user, the command has to access some
170170
:doc:`services </service_container>`. This can be done by making the command
171171
extend the :class:`Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerAwareCommand`
172172
instead::

0 commit comments

Comments
 (0)