From b16b5e4a8cee106e977fa9a31aeecfc1a7d9f924 Mon Sep 17 00:00:00 2001 From: uzyexe Date: Wed, 13 May 2015 01:13:02 +0900 Subject: [PATCH] Typo in website docs for aws_route_table --- website/source/docs/providers/aws/r/route_table.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/route_table.html.markdown b/website/source/docs/providers/aws/r/route_table.html.markdown index 330bc3bc3c..1bbeb45c3a 100644 --- a/website/source/docs/providers/aws/r/route_table.html.markdown +++ b/website/source/docs/providers/aws/r/route_table.html.markdown @@ -33,7 +33,7 @@ The following arguments are supported: * `vpc_id` - (Required) The ID of the routing table. * `route` - (Optional) A list of route objects. Their keys are documented below. * `tags` - (Optional) A mapping of tags to assign to the resource. -* `propogating_vgws` - (Optional) A list of virtual gateways for propogation. +* `propagating_vgws` - (Optional) A list of virtual gateways for propagation. Each route supports the following: