浏览代码

Fixing some typos on console chapter

Baptiste "Talus" Clavie 13 年之前
父节点
当前提交
b3eacf6aeb
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      Resources/doc/reference/console.rst

+ 5 - 5
Resources/doc/reference/console.rst

@@ -3,17 +3,17 @@ Console/Command-Line Commands
 
 SonataAdminBundle provides the following console commands:
 
-* cache:create-cache-class
-* sonata:admin:explain
-* sonata:admin:list
-* sonata:admin:setup-acl
+* ``cache:create-cache-class``
+* ``sonata:admin:explain``
+* ``sonata:admin:list``
+* ``sonata:admin:setup-acl``
 
 
 cache:create-cache-class
 ------------------------
 
 The ``cache:create-cache-class`` command generates the cache class
-(app/cache/...env.../classes.php) from the classes.map file.
+(``app/cache/...env.../classes.php``) from the classes.map file.
 
 Usage example: