Browse Source

Fixing some typos on console chapter

Baptiste "Talus" Clavie 13 years ago
parent
commit
b3eacf6aeb
1 changed files with 5 additions and 5 deletions
  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: