Pārlūkot izejas kodu

Merge pull request #3317 from greg0ire/fix_broken_tests

add missing inline literal end string
Sullivan SENECHAL 9 gadi atpakaļ
vecāks
revīzija
2b070d657f

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

@@ -103,7 +103,7 @@ In order to add new routes for these actions we are also adding the following me
 	    $collection->add('move', $this->getRouterIdParameter().'/move/{position}');
 	    $collection->add('move', $this->getRouterIdParameter().'/move/{position}');
 	}
 	}
 
 
-Now you can update your ``services.yml`` to use the handler provider by the ``pixSortableBehaviorBundle`
+Now you can update your ``services.yml`` to use the handler provider by the ``pixSortableBehaviorBundle``
 
 
 .. code-block:: yaml
 .. code-block:: yaml