diff --git a/website/source/docs/providers/aws/r/elb.html.markdown b/website/source/docs/providers/aws/r/elb.html.markdown index 9d593f9ed..0d7b47ec6 100644 --- a/website/source/docs/providers/aws/r/elb.html.markdown +++ b/website/source/docs/providers/aws/r/elb.html.markdown @@ -14,7 +14,7 @@ Provides an Elastic Load Balancer resource. provides both a standalone [ELB Attachment resource](elb_attachment.html) (describing an instance attached to an ELB), and an ELB resource with `instances` defined in-line. At this time you cannot use an ELB with in-line -instaces in conjunction with a ELB Attachment resources. Doing so will cause a +instances in conjunction with a ELB Attachment resources. Doing so will cause a conflict and will overwrite attachments. ## Example Usage diff --git a/website/source/docs/providers/aws/r/elb_attachment.html.markdown b/website/source/docs/providers/aws/r/elb_attachment.html.markdown index 42b49a34a..23e68ed20 100644 --- a/website/source/docs/providers/aws/r/elb_attachment.html.markdown +++ b/website/source/docs/providers/aws/r/elb_attachment.html.markdown @@ -14,7 +14,7 @@ Provides an Elastic Load Balancer Attachment resource. both a standalone ELB Attachment resource (describing an instance attached to an ELB), and an [Elastic Load Balancer resource](elb.html) with `instances` defined in-line. At this time you cannot use an ELB with in-line -instaces in conjunction with an ELB Attachment resource. Doing so will cause a +instances in conjunction with an ELB Attachment resource. Doing so will cause a conflict and will overwrite attachments. ## Example Usage