website/docs: Fixed Typo (#21137)

Fixed typo: separtely/separately.
This commit is contained in:
Justin Weissig 2019-04-29 06:19:10 -07:00 committed by Kristin Laemmert
parent 27db8d0e3c
commit 3d80aed6fe
1 changed files with 1 additions and 1 deletions

View File

@ -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