Pascal Borreli 11 年 前
コミット
c6169300fe
1 ファイル変更3 行追加3 行削除
  1. 3 3
      Resources/doc/reference/installation.rst

+ 3 - 3
Resources/doc/reference/installation.rst

@@ -60,7 +60,7 @@ forget to enable SonataAdminBundle too:
         return array(
         return array(
             // ...
             // ...
 
 
-            // Add you dependencies
+            // Add your dependencies
             new Sonata\BlockBundle\SonataBlockBundle(),
             new Sonata\BlockBundle\SonataBlockBundle(),
             new Sonata\jQueryBundle\SonatajQueryBundle(),
             new Sonata\jQueryBundle\SonatajQueryBundle(),
             new Knp\Bundle\MenuBundle\KnpMenuBundle(),
             new Knp\Bundle\MenuBundle\KnpMenuBundle(),
@@ -85,7 +85,7 @@ forget to enable SonataAdminBundle too:
 Configuring SonataAdminBundle dependencies
 Configuring SonataAdminBundle dependencies
 ------------------------------------------
 ------------------------------------------
 
 
-You will need to configure SonataAdminBundle's dependecies. For each of the above
+You will need to configure SonataAdminBundle's dependencies. For each of the above
 mentioned bundles, check their respective installation/configuration instructions
 mentioned bundles, check their respective installation/configuration instructions
 files to see what changes you have to make to your Symfony2 configuration.
 files to see what changes you have to make to your Symfony2 configuration.
 
 
@@ -135,7 +135,7 @@ If, at this point or during the installation, you come across any errors, don't
     -  Read the error message carefully. Try to find out exactly which bundle is causing the error. Is it SonataAdminBundle or one of the dependencies?
     -  Read the error message carefully. Try to find out exactly which bundle is causing the error. Is it SonataAdminBundle or one of the dependencies?
     - Make sure you followed all the instructions correctly, for both SonataAdminBundle and it's dependencies
     - Make sure you followed all the instructions correctly, for both SonataAdminBundle and it's dependencies
     - Odds are that someone already had the same problem, and it's documented somewhere. Check `Google <http://www.google.com>`_, `Sonata Users Group <https://groups.google.com/group/sonata-users>`_, `Symfony2 Users Group <https://groups.google.com/group/symfony2>`_ and `Symfony Forum <forum.symfony-project.org>`_ to see if you can find a solution.
     - Odds are that someone already had the same problem, and it's documented somewhere. Check `Google <http://www.google.com>`_, `Sonata Users Group <https://groups.google.com/group/sonata-users>`_, `Symfony2 Users Group <https://groups.google.com/group/symfony2>`_ and `Symfony Forum <forum.symfony-project.org>`_ to see if you can find a solution.
-    - Still no luck? Try checking the project's open issues on Github.
+    - Still no luck? Try checking the project's open issues on GitHub.
 
 
 After you have successfully installed the above bundles you need to configure
 After you have successfully installed the above bundles you need to configure
 SonataAdminBundle for administering your models. All that is needed to quickly
 SonataAdminBundle for administering your models. All that is needed to quickly