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

Merge pull request #1 from YesCT/patch-1

Update recipe_custom_action.rst
Armin Weihbold пре 11 година
родитељ
комит
82a23fcd42
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Resources/doc/reference/recipe_custom_action.rst

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

@@ -53,7 +53,7 @@ Either by using XML:
 
             <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');
         }
-    }
+    }