Bladeren bron

Merge pull request #1586 from caponica/fix-installation-typos

Fixed typos in installation chapter
Thomas 12 jaren geleden
bovenliggende
commit
b7a369c670
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      Resources/doc/reference/installation.rst

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

@@ -31,7 +31,7 @@ instructions for each of them:
 
     - `SonataDoctrineORMAdminBundle <http://sonata-project.org/bundles/doctrine-orm-admin/master/doc/reference/installation.html>`_
     - `SonataDoctrineMongoDBAdminBundle <https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/blob/master/Resources/doc/reference/installation.rst>`_
-    - `SonataPropelAdminBundle <http://sonata-project.org/bundles/propel-admin/master/doc/reference/installation.html>_
+    - `SonataPropelAdminBundle <http://sonata-project.org/bundles/propel-admin/master/doc/reference/installation.html>`_
     - `SonataDoctrinePhpcrAdminBundle <https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle/blob/master/Resources/doc/reference/installation.rst>`_
 
 .. note::
@@ -71,7 +71,7 @@ forget to enable SonataAdminBundle too:
             //If you haven't already, add the storage bundle
             //This example uses SonataDoctrineORMAdmin but
             //it works the same with the alternatives
-            new Sonata\DoctrineORMAdmin\SonataDoctrineORMAdmin(),
+            new Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle(),
 
             //Then add SonataAdminBundle
             new Sonata\AdminBundle\SonataAdminBundle(),