diff --git a/Resources/doc/cookbook/recipe_sortable_listing.rst b/Resources/doc/cookbook/recipe_sortable_listing.rst index f518990bb0..6ccaf3a64b 100644 --- a/Resources/doc/cookbook/recipe_sortable_listing.rst +++ b/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