From 15d6bc12880f0bd45ddcdc97991954e24a06260e Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 18 Jun 2020 17:09:38 -0700 Subject: Setup cspell to pull from our common dictionary This makes it easier for us to use this on other projects. Signed-off-by: Tim Smith --- lib/chef/resource/dmg_package.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/chef/resource/dmg_package.rb b/lib/chef/resource/dmg_package.rb index 1b996e4c5e..c6cd04156c 100644 --- a/lib/chef/resource/dmg_package.rb +++ b/lib/chef/resource/dmg_package.rb @@ -38,7 +38,7 @@ class Chef end ``` - **Install Virtualbox from the .mpkg**: + **Install VirtualBox from the .mpkg**: ```ruby dmg_package 'Virtualbox' do -- cgit v1.2.1