summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/templates.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst
index ae212fe5e..d6d9a4e3e 100644
--- a/docs/narr/templates.rst
+++ b/docs/narr/templates.rst
@@ -606,7 +606,7 @@ configure your application development environment so that exceptions
generated by Chameleon during template compilation and execution will
contain nicer debugging information.
-.. warning:: template-debugging behavior is not recommended for
+.. warning:: Template-debugging behavior is not recommended for
production sites as it slows renderings; it's usually
only desirable during development.
@@ -769,7 +769,7 @@ appear immediately without needing to restart the application process.
environment so that a change to a template will be automatically
detected, and the template will be reloaded on the next rendering.
-.. warning:: auto-template-reload behavior is not recommended for
+.. warning:: Auto-template-reload behavior is not recommended for
production sites as it slows rendering slightly; it's
usually only desirable during development.