Merge pull request #1682 from Happycoil/fix-spelling-mistake

fix spelling mistake in powershell resource documentation
This commit is contained in:
Adam Leff 2017-04-20 13:27:09 -04:00 committed by GitHub
commit 6af8d9cc7b

View file

@ -10,7 +10,7 @@ module Inspec::Resources
desc 'Use the powershell InSpec audit resource to test a Windows PowerShell script on the Microsoft Windows platform.'
example "
script = <<-EOH
# you powershell script
# your powershell script
EOH
describe powershell(script) do