فهرست منبع

Merge pull request #3317 from greg0ire/fix_broken_tests

add missing inline literal end string
Sullivan SENECHAL 9 سال پیش
والد
کامیت
2b070d657f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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