diff --git a/CONVENTIONS.md b/CONVENTIONS.md index 048f76a..1a3bc4e 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -45,7 +45,7 @@ copy: ``` -`templates` is the twin brother of `files`, but differs in that it contains files that can be pre-processed by the Jinja2 templating language. It can contain variables that will be extrapolated before copying the file to its destination. +`templates` is the twin of `files`, but differs in that it contains files that can be pre-processed by the Jinja2 templating language. It can contain variables that will be extrapolated before copying the file to its destination. `handlers` is the place to put special tasks that can be triggered by the `notify` argument of modules. For example an `nginx -s reload` command.