Преглед на файлове

Merge pull request #2569 from sdaoudi/master

Fixed minor typo in recipe_sortable_listing.rst
 cookbook: pixSortableBehavioBundle changed to pixSortableBehaviorBundle
Andrej Hudec преди 10 години
родител
ревизия
f8f9b19c4d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Resources/doc/cookbook/recipe_sortable_listing.rst

+ 1 - 1
Resources/doc/cookbook/recipe_sortable_listing.rst

@@ -63,7 +63,7 @@ feature in your config.yml such as
 
 
 In ``ClientAdmin`` our we are going to add in the ``configureListFields`` method
-a custom action and use the default twig template provided in the pixSortableBehavioBundle
+a custom action and use the default twig template provided in the pixSortableBehaviorBundle
 
 .. code-block:: php