mozilla / nunjucks

A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)
https://mozilla.github.io/nunjucks/
BSD 2-Clause "Simplified" License
8.48k stars 635 forks source link

Typo in API documentation #1406

Open brybrant opened 2 years ago

brybrant commented 2 years ago

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.