From d680ec831bc0419768cced6c1b3d8a2ea3d590a7 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 24 Mar 2017 15:26:32 +0100 Subject: [PATCH] Better wording for the conventions --- CONVENTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.