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}`.