Prechádzať zdrojové kódy

Merge pull request #1175 from milosa/patch-1

Update Resources/doc/reference/getting_started.rst
Thomas 12 rokov pred
rodič
commit
a4865122d8

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

@@ -139,7 +139,7 @@ Create a new ``admin.xml`` file inside the ``MyBundle/Ressources/config/`` folde
 
     # app/config/config.yml
     imports:
-        - { resource: @MyBundle/Ressources/config/admin.xml }
+        - { resource: @MyBundle/Resources/config/admin.xml }
 
 Or you can load the file inside with the Bundle's extension file: