Fix typo. Closes #343

--HG--
branch : trunk
diff --git a/docs/faq.rst b/docs/faq.rst
index 2042fcc..0e3bf5a 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -63,7 +63,7 @@
     {% endfor %}
 
 Please keep in mind that even though you may put such things into templates
-it still isn't a good idea.  Queries should go into the view code and now
+it still isn't a good idea.  Queries should go into the view code and not
 the template!
 
 Isn't it a terrible idea to put Logic into Templates?