Removes errant articles (#2775)

Signed-off-by: kagarmoe <kgarmoe@chef.io>
This commit is contained in:
Kimberly Garmoe 2018-03-02 19:53:01 -08:00 committed by Jared Quick
parent fad22481b8
commit 77ee77c557

View file

@ -100,7 +100,7 @@ not
{ should cmp '644' }
Without the zero prefix for the octal value, the InSpec will interpret the it as the _decimal_ value 644, which is octal 1024 or `-----w-r-T`, and any test for a file that is `-rw-r--r--` will fail.
Without the zero prefix for the octal value, InSpec will interpret it as the _decimal_ value 644, which is octal 1024 or `-----w-r-T`, and any test for a file that is `-rw-r--r--` will fail.
### mtime