docs/resources/os_env.md.erb in inspec-1.51.0 vs docs/resources/os_env.md.erb in inspec-1.51.6

- old
+ new

@@ -11,11 +11,11 @@ ## Syntax A `os_env` resource block declares an environment variable, and then declares its value: describe os_env('VARIABLE') do - its('matcher') { should eq 1 } + its('property') { should eq 1 } end where * `('VARIABLE')` must specify an environment variable, such as `PATH` @@ -58,10 +58,10 @@ <br> ## Matchers -This InSpec audit resource has the following matchers. For a full list of available matchers please visit our [matchers page](https://www.inspec.io/docs/reference/matchers/). +For a full list of available matchers please visit our [matchers page](https://www.inspec.io/docs/reference/matchers/). ### content The `content` matcher return the value of the environment variable: