Forráskód Böngészése

Fixing typos on the getting started chapter

Baptiste "Talus" Clavie 13 éve
szülő
commit
9ddc63256e
1 módosított fájl, 3 hozzáadás és 4 törlés
  1. 3 4
      Resources/doc/reference/getting_started.rst

+ 3 - 4
Resources/doc/reference/getting_started.rst

@@ -12,7 +12,6 @@ and create your first admin interface for the models of your application:
 * Step 5: Configuration
 * Step 6: Security
 
-
 Step 1: Define SonataAdminBundle routes
 ---------------------------------------
 
@@ -55,7 +54,7 @@ bundle:
 * SonataDoctrinePhpcrAdminBundle
 
 Propel users are warmly welcome to contribute and create a new bundle for Propel
-ORM that will integrate in SonataAdminBundle.
+ORM that will be integrated in SonataAdminBundle.
 
 Install a persistance servise you need and configure it according to their
 related documentation.
@@ -129,7 +128,7 @@ admin service and link it into the framework by setting the sonata.admin tag.
 
    <container xmlns="http://symfony.com/schema/dic/services"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
+       xsi:schemaLocation="http://symfony.com/schema/dic/services/services-1.0.xsd">
        <services>
           <service id="sonata.admin.course" class="YourNS\AdminBundle\Admin\BlogAdmin">
              <tag name="sonata.admin" manager_type="orm" group="Posts" label="Blog"/>
@@ -207,7 +206,7 @@ Step 6: Security
 The last important step is security. By default, the SonataAdminBundle does not
 come with any user management for ultimate flexibility, however it is most
 likely your application requires such feature. The Sonata Project includes a
-``SonataUserBundle`` which integrates very popular ``FOSUserBundle``. Please
+``SonataUserBundle`` which integrates the very popular ``FOSUserBundle``. Please
 refer to the security section of this documentation for more information.