diff --git a/book/templating.rst b/book/templating.rst
index 71a5921ae44..6884ebc5789 100644
--- a/book/templating.rst
+++ b/book/templating.rst
@@ -1035,9 +1035,14 @@ argument (or the ``version`` argument) to the desired version:
.. code-block:: html+php
-
-
-If you dont give a version or pass ``null``, the default package version
+
+
+If you don't give a version or pass ``null``, the default package version
(from :ref:`ref-framework-assets-version`) will be used. If you pass ``false``,
versioned URL will be deactivated for this asset.
@@ -1055,7 +1060,11 @@ If you need absolute URLs for assets, you can set the third argument (or the
.. code-block:: html+php
-
+
.. index::
single: Templating; Including stylesheets and JavaScripts