From bf7220aa53a4837273d663343d7c454dff94153a Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 29 Dec 2015 17:21:58 -0700 Subject: [PATCH] Update outputs.html.md Fixes small syntax error --- website/source/intro/getting-started/outputs.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/outputs.html.md b/website/source/intro/getting-started/outputs.html.md index 2d537097e..d5a6ca1e7 100644 --- a/website/source/intro/getting-started/outputs.html.md +++ b/website/source/intro/getting-started/outputs.html.md @@ -35,7 +35,7 @@ output "ip" { } ``` -This defines an output variables named "ip". The `value` field +This defines an output variable named "ip". The `value` field specifies what the value will be, and almost always contains one or more interpolations, since the output data is typically dynamic. In this case, we're outputting the