Skip to content

Commit

Permalink
Semantic fixes in website/docs/r/virtual_hub_route_table.html.markdown (
Browse files Browse the repository at this point in the history
#24389)

* Update application_gateway.html.markdown

Fix typo "A `probe` block support the following" -> "A `probe` block supports the following"

* Update windows_web_app.html.markdown

correct sticky_settings "exports" -> "supports" the following

* Update linux_web_app.html.markdown

Change "Arguments Reference" to "Argument Reference" to match standard

Correct "sticky_settings exports" to "supports" in Argument Reference section.

* Semantic fixes

Change 'Arguments Reference' to 'Argument Reference'
Correct "route block exports the following" to "supports the following"
Correct "An route block" to "A route block"
  • Loading branch information
chouse-qumodity authored Jan 5, 2024
1 parent d416600 commit 5c4c22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/virtual_hub_route_table.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resource "azurerm_virtual_hub_route_table" "example" {
}
```

## Arguments Reference
## Argument Reference

The following arguments are supported:

Expand All @@ -92,7 +92,7 @@ The following arguments are supported:

---

An `route` block exports the following:
A `route` block supports the following:

* `name` - (Required) The name which should be used for this route.

Expand Down

0 comments on commit 5c4c22c

Please sign in to comment.