From 4dbff400a4cb1c7b0bbb9057a81d1342abbe94ce Mon Sep 17 00:00:00 2001 From: Sorin Dumitrescu Date: Tue, 2 Feb 2016 17:39:07 +0200 Subject: [PATCH] Minor formatting change for value inside table Format "AppBundle" inside the example table for controller short names. --- book/routing.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/book/routing.rst b/book/routing.rst index c33f49c6b0e..200d03c1842 100644 --- a/book/routing.rst +++ b/book/routing.rst @@ -1162,11 +1162,11 @@ each separated by a colon: For example, a ``_controller`` value of ``AppBundle:Blog:show`` means: -========= ================== ============== -Bundle Controller Class Method Name -========= ================== ============== -AppBundle ``BlogController`` ``showAction`` -========= ================== ============== +============= ================== ============== +Bundle Controller Class Method Name +============= ================== ============== +``AppBundle`` ``BlogController`` ``showAction`` +============= ================== ============== The controller might look like this::