소스 검색

Fix typo in Getting Started docs

Dan Finnie 12 년 전
부모
커밋
fbf3381f66
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Resources/doc/reference/getting_started.rst

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

@@ -114,7 +114,7 @@ Step 4: Create admin service
 To notify your administration of your new admin class you need to create an
 admin service and link it into the framework by setting the sonata.admin tag.
 
-Create a new ``admin.xml`` file inside the ``MyBundle/Ressources/config/`` folder:
+Create a new ``admin.xml`` file inside the ``MyBundle/Resources/config/`` folder:
 
 .. code-block:: xml