@@ -419,9 +419,9 @@ is the developer's best friend.
419419..image ::/images/quick_tour/web_debug_toolbar.png
420420:align: center
421421
422- But what you see initially is only the tip of the iceberg; click on theweird
423- hexadecimal number to reveal yet another very useful Symfony2 debugging tool:
424- the profiler.
422+ But what you see initially is only the tip of the iceberg; click on thelong
423+ hexadecimal number(the session token) to reveal yet another very useful
424+ Symfony2 debugging tool: the profiler.
425425
426426..image ::/images/quick_tour/profiler.png
427427:align: center
@@ -433,7 +433,10 @@ the profiler.
433433
434434Of course, you won't want to show these tools when you deploy your application
435435to production. That's why you will find another front controller in the
436- ``web/ `` directory (``app.php ``), which is optimized for the production environment:
436+ ``web/ `` directory (``app.php ``), which is optimized for the production environment.
437+ The ``AcmeDemoBundle `` is normally only available in the dev environment (see
438+ the note below), but if you were to add it to the production environment, you
439+ could go here:
437440
438441..code-block ::text
439442
@@ -446,7 +449,7 @@ And if you use Apache with ``mod_rewrite`` enabled, you can even omit the
446449
447450 http://localhost/demo/hello/Fabien
448451
449- Last but not least, onthe production servers, you should point your web root
452+ Last but not least, on production servers, you should point your web root
450453directory to the ``web/ `` directory to secure your installation and have an
451454even better looking URL:
452455