Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in api.md #688

Merged
merged 1 commit into from
Feb 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ nunjucks.installJinjaCompat()

This installs experimental support for more consistent Jinja
compatibility by adding Pythonic APIs to the environment. While
nunjucks does not aim for complete Jinja/Python compatiblity, this
nunjucks does not aim for complete Jinja/Python compatibility, this
might help users seeking just that.

This adds `True` and `False` which map to the JS `true` and `false`
Expand Down Expand Up @@ -849,7 +849,7 @@ with the template.
Note: When precompiling, **you must install the extensions at
compile-time**. You have to use the [precompiling API](#api1) (or the
[grunt task](https://github.com/jlongster/grunt-nunjucks)) instead of
the script. You'll want to create a [`Environment`](#environment)
the script. You'll want to create an [`Environment`](#environment)
object, install your extensions, and pass it to the precompiler.

An extension is a javascript object with at least two fields: `tags`
Expand Down