Browse Source

Merge pull request #1038 from DenisGorbachev/patch-1

Fixed misleading example
Thomas 12 years ago
parent
commit
5687acba25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/doc/reference/advance.rst

+ 1 - 1
Resources/doc/reference/advance.rst

@@ -24,7 +24,7 @@ router_builder                sonata.admin.route.path_info
 label_translator_strategy     sonata.admin.label.strategy.form_component
 =========================     =============================================
 
-Note: %manager-type% is to be replaced by the manager type (orm, odm...)
+Note: %manager-type% is to be replaced by the manager type (orm, doctrine_mongodb...)
 
 You have 2 ways of defining the dependencies inside a ``services.xml``.