@@ -159,7 +159,7 @@ the :ref:`cssrewrite <cookbook-assetic-cssrewrite>` filter.
159159
160160.. _cookbook-assetic-including-image :
161161
162- Includingimages
162+ IncludingImages
163163~~~~~~~~~~~~~~~~
164164
165165To include an image you can use the ``image `` tag.
@@ -422,7 +422,7 @@ into your template:
422422A more detailed guide about configuring and using Assetic filters as well as
423423details of Assetic's debug mode can be found in:doc: `/cookbook/assetic/uglifyjs `.
424424
425- Controlling the URLused
425+ Controlling the URLUsed
426426------------------------
427427
428428If you wish to, you can control the URLs that Assetic produces. This is
@@ -471,7 +471,7 @@ it might be downright frustrating.
471471Fortunately, Assetic provides a way to dump your assets to real files, instead
472472of being generated dynamically.
473473
474- Dumping Asset Files in the ``prod ``environment
474+ Dumping Asset Files in the ``prod ``Environment
475475~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
476476
477477In the ``prod `` environment, your JS and CSS files are represented by a single
@@ -500,7 +500,7 @@ This will physically generate and write each file that you need (e.g. ``/js/abcd
500500If you update any of your assets, you'll need to run this again to regenerate
501501the file.
502502
503- Dumping Asset Files in the ``dev ``environment
503+ Dumping Asset Files in the ``dev ``Environment
504504~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
505505
506506By default, each asset path generated in the ``dev `` environment is handled