Fixed typo.
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 2 May 2009 12:22:32 +0000 (14:22 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 2 May 2009 12:22:32 +0000 (14:22 +0200)
--HG--
branch : trunk

docs/templates.rst

index 7714416fb605bae14b33d17d1aa27f74597864a0..f3c11fc15fb7495a685fd0113a7623c88b8474a9 100644 (file)
@@ -319,7 +319,7 @@ A child template might look like this::
     {% block content %}
         <h1>Index</h1>
         <p class="important">
-          Welcome on my awsome homepage.
+          Welcome on my awesome homepage.
         </p>
     {% endblock %}