summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfgwiki2/definingmodels.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/bfgwiki2/definingmodels.rst')
-rw-r--r--docs/tutorials/bfgwiki2/definingmodels.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/bfgwiki2/definingmodels.rst b/docs/tutorials/bfgwiki2/definingmodels.rst
index 4942a72bd..6f4809199 100644
--- a/docs/tutorials/bfgwiki2/definingmodels.rst
+++ b/docs/tutorials/bfgwiki2/definingmodels.rst
@@ -27,7 +27,7 @@ application, this class should inherit from an instance of
``sqlalchemy.ext.declarative.declarative_base``. Declarative
SQLAlchemy models are easier to use than directly-mapped ones. The
code generated by our ``routesalchemy`` paster template does not use
-declarative SQLAlchemy syntax, so we'll need to chage various things to
+declarative SQLAlchemy syntax, so we'll need to change various things to
begin to use declarative syntax.
Our ``Page`` class will have a class level attributes