Преглед изворни кода

Fixing typos on the getting started chapter

Baptiste "Talus" Clavie пре 13 година
родитељ
комит
9ddc63256e
1 измењених фајлова са 3 додато и 4 уклоњено
  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 5: Configuration
 * Step 6: Security
 * Step 6: Security
 
 
-
 Step 1: Define SonataAdminBundle routes
 Step 1: Define SonataAdminBundle routes
 ---------------------------------------
 ---------------------------------------
 
 
@@ -55,7 +54,7 @@ bundle:
 * SonataDoctrinePhpcrAdminBundle
 * SonataDoctrinePhpcrAdminBundle
 
 
 Propel users are warmly welcome to contribute and create a new bundle for Propel
 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
 Install a persistance servise you need and configure it according to their
 related documentation.
 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"
    <container xmlns="http://symfony.com/schema/dic/services"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        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>
        <services>
           <service id="sonata.admin.course" class="YourNS\AdminBundle\Admin\BlogAdmin">
           <service id="sonata.admin.course" class="YourNS\AdminBundle\Admin\BlogAdmin">
              <tag name="sonata.admin" manager_type="orm" group="Posts" label="Blog"/>
              <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
 The last important step is security. By default, the SonataAdminBundle does not
 come with any user management for ultimate flexibility, however it is most
 come with any user management for ultimate flexibility, however it is most
 likely your application requires such feature. The Sonata Project includes a
 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.
 refer to the security section of this documentation for more information.