From 1e67103088f359c435f5dff1791ea8a5450972a3 Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Sun, 21 Feb 2016 13:52:46 +0530 Subject: [PATCH] Update api.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `compatiblity` → `compatibility` Replace `a` with `an` --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 83bd70bc..427efa0d 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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` @@ -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`