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 634 forks source link

Typo in API documentation #1406 #1426

Open NikolaDojic opened 1 year ago

NikolaDojic commented 1 year ago

Summary

Proposed change:

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.

Closes #1406.

Checklist

I've completed the checklist below to ensure I didn't forget anything. This makes reviewing this PR as easy as possible for the maintainers. And it gets this change released as soon as possible.