Skip to content

Commit

Permalink
[Docs] Fixed spelling errors in website documentation (#4117)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxai authored and katbyte committed Aug 19, 2019
1 parent cf12210 commit 62e7881
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/maps_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ output "maps_account_id" {

* `primary_access_key` - The primary key used to authenticate and authorize access to the Maps REST APIs.

* `secondary_access_key` - The primary key used to authenticate and authorize access to the Maps REST APIs. The second key is given to provide seemless key regeneration.
* `secondary_access_key` - The primary key used to authenticate and authorize access to the Maps REST APIs. The second key is given to provide seamless key regeneration.

* `x_ms_client_id` - A unique identifier for the Maps Account.

2 changes: 1 addition & 1 deletion website/docs/d/redis_cache.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ output "hostname" {

---

A `patch_schedule` block supports the following (Requires Premium SKU's, attempting to access this value on Basic or Standard SKU's will result in an errro):
A `patch_schedule` block supports the following (Requires Premium SKU's, attempting to access this value on Basic or Standard SKU's will result in an error):

* `day_of_week` - the Weekday name for the patch item

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/analysis_services_server.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following arguments are supported:

* `admin_users` - (Optional) List of email addresses of admin users.

* `querypool_connection_mode` - (Optional) Controls how the read-write server is used in the query pool. If this values is set to `All` then read-write servers are also used for queries. Otherwise with `ReadOnly` theses servers do not participate in query operations.
* `querypool_connection_mode` - (Optional) Controls how the read-write server is used in the query pool. If this values is set to `All` then read-write servers are also used for queries. Otherwise with `ReadOnly` these servers do not participate in query operations.

* `enable_power_bi_service` - (Optional) Indicates if the Power BI service is allowed to access or not.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The `backup` block supports:

* `frequency` - (Required) Sets the backup frequency. Must be either `Daily` or`Weekly`.

* `times` - (Required) The time of day to preform the backup in 24hour format.
* `times` - (Required) The time of day to perform the backup in 24hour format.

* `weekdays` - (Optional) The days of the week to perform backups on. Must be one of `Sunday`, `Monday`, `Tuesday`, `Wednesday`, `Thursday`, `Friday` or `Saturday`.

Expand Down

0 comments on commit 62e7881

Please sign in to comment.