diff --git a/docs/resources/filesystem.md.erb b/docs/resources/filesystem.md.erb index 269092602..67746fe4a 100644 --- a/docs/resources/filesystem.md.erb +++ b/docs/resources/filesystem.md.erb @@ -28,7 +28,7 @@ where The following examples show how to use this InSpec audit resource. -### Test if the root partition is greater thank 32000 MB +### Test if the root partition is greater than 32000 MB describe filesystem('/') do its('size') { should be >= 32000 }