From e7809148f0ed8a96a1e571f4dbdd599120b4e970 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Wed, 24 Jan 2018 17:02:52 +0100 Subject: [PATCH] Update templateSyntax.md --- docs/templateSyntax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templateSyntax.md b/docs/templateSyntax.md index b21bed7..7b28b02 100644 --- a/docs/templateSyntax.md +++ b/docs/templateSyntax.md @@ -43,8 +43,8 @@ We generate getter functions to provide an easier access to survey results. If y butler{getDatabase} ``` -## Conditional directorys and files -Based on the survey you can decide which folders or files should be included or removed. The following example will include the folder when the question about the `database` will be answered with first option `0`. +## Conditional directories and files +Based on the survey you can decide which directories or files should be included or removed. The following example will include the folder when the question about the `database` will be answered with first option `0`. ``` butler{if eq getDatabase (index getDatabaseQuestion.Options 0) } mongodb butler{end} ```