Quentin Somazzi 10 years ago
parent
commit
538a06242e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Resources/doc/cookbook/recipe_sortable_listing.rst

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

@@ -22,8 +22,7 @@ Pre-requisites
 - you already have SonataAdmin and DoctrineORM up and running
 - you already have an Entity class for which you want to implement a sortable feature. For the purpose of the example we are going to call it ``Client``.
 - you already have an Admin set up, in this example we will call it ``ClientAdmin``
-- you already have gedmo/doctrine-extensions bundle in your project (check stof/doctrine-extensions-bundle
-for easier integration in your project) with the sortable feature enabled
+- you already have gedmo/doctrine-extensions bundle in your project (check stof/doctrine-extensions-bundle for easier integration in your project) with the sortable feature enabled
 - you already have pixassociates/sortable-behavior-bundle bundle in your project
 
 The recipe