mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Minor text fixes
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
This commit is contained in:
parent
22e5d1513e
commit
23480ff772
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ The `cmp` matcher compares values in the following ways:
|
|||
end
|
||||
```
|
||||
|
||||
- `cmp` comparisons are not case-sensitive:
|
||||
- `cmp` comparisons are not case sensitive:
|
||||
|
||||
```ruby
|
||||
describe auditd_conf do
|
||||
|
@ -110,7 +110,7 @@ The `cmp` matcher compares values in the following ways:
|
|||
end
|
||||
```
|
||||
|
||||
- `cmp` allows octal comparisions:
|
||||
- `cmp` allows octal comparisons:
|
||||
|
||||
```ruby
|
||||
describe file('/proc/cpuinfo') do
|
||||
|
|
Loading…
Reference in a new issue