Skip to content

Commit

Permalink
Merge pull request pallets#81 from obeattie/docs-fix
Browse files Browse the repository at this point in the history
Small typo fix to extension docs
  • Loading branch information
rduplain committed Mar 9, 2012
2 parents a0eabdd + 6e97b06 commit 220538c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions.rst
Expand Up @@ -219,7 +219,7 @@ common use cases. The i18n extension is a good example of why extensions are
useful, another one would be fragment caching.

When writing extensions you have to keep in mind that you are working with the
Jinja2 template compiler which does not validate the node tree you are possing
Jinja2 template compiler which does not validate the node tree you are passing
to it. If the AST is malformed you will get all kinds of compiler or runtime
errors that are horrible to debug. Always make sure you are using the nodes
you create correctly. The API documentation below shows which nodes exist and
Expand Down

0 comments on commit 220538c

Please sign in to comment.