Explorar o código

add missing inline literal end string

Fixes #3316
Grégoire Paris %!s(int64=9) %!d(string=hai) anos
pai
achega
aa08f87b39
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Resources/doc/cookbook/recipe_sortable_listing.rst

+ 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}');
 	}
 
-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