mozilla / nunjucks

A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)

Home Page:https://mozilla.github.io/nunjucks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in API documentation

brybrant opened this issue · comments

on page: https://mozilla.github.io/nunjucks/api.html

the system will automatically update templates. To use watch, make sure optional dependency chokidar is installed. when they are changed on the filesystem

change to:

the system will automatically update templates when they are changed on the filesystem. To use watch, make sure optional dependency chokidar is installed.