Jelajahi Sumber

Merge pull request #1673 from MatCottet/patch-1

Soanta correction
Thomas 11 tahun lalu
induk
melakukan
7aac462687
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
     1. The Admin service's code (defaults to the service's name)
     2. The model which this Admin class maps (required)
     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
 Usually you just need to specify the second argument, as the first and third's default
 values will work for most scenarios.
 values will work for most scenarios.