From 489f3ee2b0c1012a703638147ab1e89b382275ae Mon Sep 17 00:00:00 2001 From: liz abinante Date: Wed, 10 May 2017 13:18:17 -0700 Subject: [PATCH] make the garbage sentence less confusing :tada: --- website/source/docs/templates/user-variables.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/templates/user-variables.html.md b/website/source/docs/templates/user-variables.html.md index 166da61fb4c..fde4cb98804 100644 --- a/website/source/docs/templates/user-variables.html.md +++ b/website/source/docs/templates/user-variables.html.md @@ -26,8 +26,8 @@ how configuration templates work yet, please read that page first. User variables must first be defined in a `variables` section within your template. Even if you want a variable to default to an empty string, it must be -defined. This explicitness helps reduce the onboarding time for newcomers to your -template to understand what can be modified using variables in your template. +defined. This explicitness helps reduce the time it takes for newcomers to +understand what can be modified using variables in your template. The `variables` section is a key/value mapping of the variable name to a default value. A default value can be the empty string. An example is shown below: