Parcourir la source

Add missing space

Tarjei Huse il y a 13 ans
Parent
commit
2053b64a2f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Resources/doc/reference/architecture.rst

+ 1 - 1
Resources/doc/reference/architecture.rst

@@ -135,7 +135,7 @@ Examples:
 </service>
 
 If you want to define your own controller for handling CRUD operations, change the last argument
-in the servicedefinition to::
+ in the service definition to::
 
   <argument>SonataNewsBundle:PostAdmin</argument>