summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-18 17:09:38 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-23 14:48:25 -0700
commit15d6bc12880f0bd45ddcdc97991954e24a06260e (patch)
treecd98305a0f0d47351e47893c90f62b440f03b6c0 /lib
parent66b1f1f4e66ab9dc85381966b7cddf6381541d2a (diff)
downloadchef-15d6bc12880f0bd45ddcdc97991954e24a06260e.tar.gz
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 <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/resource/dmg_package.rb2
1 files changed, 1 insertions, 1 deletions
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