diff --git a/docs/resources/file.md.erb b/docs/resources/file.md.erb index b4f6102cb..b14d24d25 100644 --- a/docs/resources/file.md.erb +++ b/docs/resources/file.md.erb @@ -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