From 3d80aed6fe323b91c1c01346abdf684f52298975 Mon Sep 17 00:00:00 2001 From: Justin Weissig Date: Mon, 29 Apr 2019 06:19:10 -0700 Subject: [PATCH] website/docs: Fixed Typo (#21137) Fixed typo: separtely/separately. --- website/docs/configuration/resources.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/resources.html.md b/website/docs/configuration/resources.html.md index 464b7cfb86..4cb618440b 100644 --- a/website/docs/configuration/resources.html.md +++ b/website/docs/configuration/resources.html.md @@ -249,7 +249,7 @@ the resource block itself — identified as `aws_instance.server` — and the multiple _resource instances_ associated with it, identified as `aws_instance.server[0]`, `aws_instance.server[1]`, etc. Each instance has a distinct infrastructure object associated with it (as described above in -[Resource Behavior](#resource-behavior)), and each is separtely created, +[Resource Behavior](#resource-behavior)), and each is separately created, updated, or destroyed when the configuration is applied. When `count` is _not_ present, a resource block has only a single resource