Added the word string to make more sense

This commit is contained in:
Nick Walke 2016-10-07 10:24:06 -05:00
parent 10419405a7
commit b361347812
No known key found for this signature in database
GPG Key ID: FD3A85F374065E1B
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ will be rendered as a literal `${foo}`.
## Available Variables ## Available Variables
**To reference user variables**, use the `var.` prefix followed by the **To reference user string variables**, use the `var.` prefix followed by the
variable name. For example, `${var.foo}` will interpolate the variable name. For example, `${var.foo}` will interpolate the
`foo` variable value. `foo` variable value.