* Fixes typo
* Remove unclear phrase

Signed-off-by: kagarmoe <kgarmoe@chef.io>
This commit is contained in:
Kimberly Garmoe 2018-03-02 06:18:01 -08:00 committed by Jared Quick
parent 1e5c3d4d0d
commit 01357e1e29
4 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@ Use this parameter to define the name of the Azure resource to test.
### apiversion
The API Version to use when querying the resource. Defaults to the latest version for the resoure type is used.
The API Version to use when querying the resource. Defaults to the latest version for the resource.
describe azure_virtual_machine_data_disk(group_name: 'InSpec-Azure', name: 'Windows-Internal-VM', apiversion: '2.0') do
...

View file

@ -180,7 +180,7 @@ If a resource group contains one virtual machine with an OS disk and 2 data disk
## Matchers
This resource has a number of special matchers that provide a simple way to test of a specific Azure Resoure Type exists in the resource group.
This resource has a number of special matchers that provide a simple way to test if a specific Azure Resource type exists in the resource group.
For a full list of available matchers, please visit our [matchers page](https://www.inspec.io/docs/reference/matchers/).

View file

@ -60,7 +60,7 @@ Use this parameter to define the name of the Azure resource to test.
### apiversion
The API Version to use when querying the resource. Defaults to the latest version for the resoure type is used.
The API Version to use when querying the resource. Defaults to the latest version for the resource.
describe azure_virtual_machine_data_disk(group_name: 'InSpec-Azure', name: 'Windows-Internal-VM', apiversion: '2.0') do
...

View file

@ -62,7 +62,7 @@ Use this parameter to define the name of the Azure resource to test.
### apiversion
The API Version to use when querying the resource. Defaults to the latest version for the resoure type is used.
The API Version to use when querying the resource. Defaults to the latest version for the resource.
describe azure_virtual_machine_data_disk(group_name: 'InSpec-Azure', name: 'Windows-Internal-VM', apiversion: '2.0') do
...