From 7335f1fdc828c1b773421bf7bf2fba2219771b6b Mon Sep 17 00:00:00 2001 From: Justin Weissig Date: Tue, 21 May 2019 12:55:44 -0700 Subject: [PATCH] docs: fixed typo (#21297) Spelling: varable/variable. --- website/docs/configuration/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/variables.html.md b/website/docs/configuration/variables.html.md index b7aeec36c..c417bc14b 100644 --- a/website/docs/configuration/variables.html.md +++ b/website/docs/configuration/variables.html.md @@ -265,7 +265,7 @@ $ export TF_VAR_availability_zone_names='["us-west-1b","us-west-1d"]' ``` For readability, and to avoid the need to worry about shell escaping, we -recommend always setting complex variable values via varable definitions files. +recommend always setting complex variable values via variable definitions files. ### Variable Definition Precedence