typo fix

--HG--
branch : trunk
diff --git a/docs/templates.rst b/docs/templates.rst
index f3c11fc..79ab5e3 100644
--- a/docs/templates.rst
+++ b/docs/templates.rst
@@ -142,7 +142,7 @@
 template for debugging or to add information for other template designers or
 yourself::
 
-    {# note: disabled template because we no longer user this
+    {# note: disabled template because we no longer use this
         {% for user in users %}
             ...
         {% endfor %}