Minor text fixes

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
This commit is contained in:
Ian Maddaus 2022-06-10 17:53:09 -04:00
parent 22e5d1513e
commit 23480ff772

View file

@ -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