Jelajahi Sumber

Update recipe_custom_action.rst

fixed xml closing bracket
Cathy Theys 11 tahun lalu
induk
melakukan
a8de11f470
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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');
         }
-    }
+    }