diff --git a/cookbook/bundles/best_practices.rst b/cookbook/bundles/best_practices.rst index 7f214270c14..4ae84e6a48c 100644 --- a/cookbook/bundles/best_practices.rst +++ b/cookbook/bundles/best_practices.rst @@ -122,7 +122,7 @@ Commands ``Command/`` Controllers ``Controller/`` Service Container Extensions ``DependencyInjection/`` Event Listeners ``EventListener/`` -Model classes [1] ``Model/`` +Model classes [1] ``Entity/`` (Doctrine ORM) or ``Document/`` (an ODM) Configuration ``Resources/config/`` Web Resources (CSS, JS, images) ``Resources/public/`` Translation files ``Resources/translations/``