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::