Merge pull request #177 from sakti/patch-1
fix typo swtich -> switch
diff --git a/docs/switching.rst b/docs/switching.rst
index ba3cfb1..c193843 100644
--- a/docs/switching.rst
+++ b/docs/switching.rst
@@ -3,7 +3,7 @@
.. highlight:: html+jinja
-If you have used a different template engine in the past and want to swtich
+If you have used a different template engine in the past and want to switch
to Jinja2 here is a small guide that shows the basic syntatic and semantic
changes between some common, similar text template engines for Python.