Skip to content

Commit be4a69e

Browse files
committed
minor #10144 Fixed grammar issue in console.rst (Vafilor)
This PR was squashed before being merged into the 3.4 branch (closes #10144). Discussion ---------- Fixed grammar issue in console.rst Commits ------- 047c2d9 Fixed grammar issue in console.rst
2 parents a4cf1d4 + 047c2d9 commit be4a69e

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
@@ -200,7 +200,7 @@ Now, you can pass the username to the command:
200200
Getting Services from the Service Container
201201
-------------------------------------------
202202

203-
To actually create a new user, the command has to access to some
203+
To actually create a new user, the command has to access some
204204
:doc:`services </service_container>`. Since your command is already registered
205205
as a service, you can use normal dependency injection. Imagine you have a
206206
``AppBundle\Service\UserManager`` service that you want to access::

0 commit comments

Comments
 (0)