From 2075ea84e8441594d41e592f6a727d75b18a8025 Mon Sep 17 00:00:00 2001 From: donaldgray Date: Fri, 17 Feb 2017 14:51:38 +0000 Subject: [PATCH] Fixed a couple of typos in azurerm_local_network_gateway docs (#12036) --- .../providers/azurerm/r/local_network_gateway.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/azurerm/r/local_network_gateway.html.markdown b/website/source/docs/providers/azurerm/r/local_network_gateway.html.markdown index 9d9c188b6..7416a806c 100644 --- a/website/source/docs/providers/azurerm/r/local_network_gateway.html.markdown +++ b/website/source/docs/providers/azurerm/r/local_network_gateway.html.markdown @@ -35,11 +35,11 @@ The following arguments are supported: * `location` - (Required) The location/region where the local network gatway is created. Changing this forces a new resource to be created. -* `gateway_address` - (Required) The IP address of the gatway to which to +* `gateway_address` - (Required) The IP address of the gateway to which to connect. * `address_space` - (Required) The list of string CIDRs representing the - addredss spaces the gateway exposes. + address spaces the gateway exposes. ## Attributes Reference