浏览代码

Soanta correction

Mathieu Cottet 11 年之前
父节点
当前提交
80d146f257
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/doc/reference/getting_started.rst

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

@@ -161,7 +161,7 @@ instance based on the class you specified before, and accepts three arguments:
 
     1. The Admin service's code (defaults to the service's name)
     2. The model which this Admin class maps (required)
-    3. The controller that will handle the administration actions (defaults to SoantaAdminBundle:CRUDController)
+    3. The controller that will handle the administration actions (defaults to SonataAdminBundle:CRUDController)
 
 Usually you just need to specify the second argument, as the first and third's default
 values will work for most scenarios.