瀏覽代碼

Merge pull request #1038 from DenisGorbachev/patch-1

Fixed misleading example
Thomas 12 年之前
父節點
當前提交
5687acba25
共有 1 個文件被更改,包括 1 次插入1 次删除
  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``.