瀏覽代碼

Fixed classname

WouterJ 12 年之前
父節點
當前提交
1d13fa2507
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/doc/reference/getting_started.rst

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

@@ -64,7 +64,7 @@ Step 3: Create Admin class
 
 
 Admin class represents mapping of your model and administration sections (forms,
 Admin class represents mapping of your model and administration sections (forms,
 list, show). The easiest way to create an admin class for your model is to extend
 list, show). The easiest way to create an admin class for your model is to extend
-the Sonata\AdminBundle\Admin\Admin class. For filter, list and show views, you can
+the ``Sonata\AdminBundle\Admin\Admin`` class. For filter, list and show views, you can
 target a sub model property thanks to the dot-separated notation
 target a sub model property thanks to the dot-separated notation
 (eg: ``mySubModel.mySubSubModel.myProperty``).
 (eg: ``mySubModel.mySubSubModel.myProperty``).