summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos Eduardo Rivera <cerivera@fastmail.fm>2015-01-18 20:22:34 -0600
committerCarlos Eduardo Rivera <cerivera@fastmail.fm>2015-01-18 20:22:34 -0600
commitcf845c99ef2fb01b01bf912dc9a0f2a9b973fa60 (patch)
treefcd7e6accf40efaace75124feb1599d7ba69e7bf /docs
parent85820fceb83569df62fa5e6b9b0f2f76b7c6a3cf (diff)
downloadjinja2-cf845c99ef2fb01b01bf912dc9a0f2a9b973fa60.tar.gz
grammar fix
Diffstat (limited to 'docs')
-rw-r--r--docs/templates.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.rst b/docs/templates.rst
index 81af9e2..a3b5b49 100644
--- a/docs/templates.rst
+++ b/docs/templates.rst
@@ -360,7 +360,7 @@ A child template might look like this::
{% block content %}
<h1>Index</h1>
<p class="important">
- Welcome on my awesome homepage.
+ Welcome to my awesome homepage.
</p>
{% endblock %}