Przeglądaj źródła

Merge pull request #1 from YesCT/patch-1

Update recipe_custom_action.rst
Armin Weihbold 11 lat temu
rodzic
commit
82a23fcd42

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

@@ -53,7 +53,7 @@ Either by using XML:
 
 
             <argument />
             <argument />
             <argument>Acme\DemoBundle\Entity\Car</argument>
             <argument>Acme\DemoBundle\Entity\Car</argument>
-            <argument>AcmeDemoBundle:CRUD</argument
+            <argument>AcmeDemoBundle:CRUD</argument>
 
 
             ...
             ...
 
 
@@ -211,4 +211,4 @@ The full example ``CarAdmin.php`` looks like this:
         {
         {
             $collection->add('clone', $this->getRouterIdParameter().'/clone');
             $collection->add('clone', $this->getRouterIdParameter().'/clone');
         }
         }
-    }
+    }