From 77071e4e9d43cc147e42463b08f1d8077f32454a Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Mon, 28 Jul 2014 18:47:34 -0400 Subject: [PATCH] website: typo. Fixes #68 --- website/source/intro/getting-started/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/variables.html.md b/website/source/intro/getting-started/variables.html.md index a089d6aa44..56bcf7dd9c 100644 --- a/website/source/intro/getting-started/variables.html.md +++ b/website/source/intro/getting-started/variables.html.md @@ -117,7 +117,7 @@ This introduces a new type of interpolation: a function call. The key is `var.region`, which specifies that the value of the region variables is the key. -While we don't use it in our example, it is worth nothing that you +While we don't use it in our example, it is worth noting that you can also do a static lookup of a mapping directly with `${var.amis.us-east-1}`.