diff --git a/docs/user-guide/vagrantfile.md b/docs/user-guide/vagrantfile.md index c931af6e9..16379dbb8 100644 --- a/docs/user-guide/vagrantfile.md +++ b/docs/user-guide/vagrantfile.md @@ -126,5 +126,5 @@ config.chef.json = { } {% endhighlight %} -If you do not with to create a vagrant_main recipe in your cookbooks directory you can override the recipes hash key by placing `config.chef.json.merge({:recipes => 'you_want'})` +If you don't want to create a vagrant_main recipe in your cookbooks directory you can override the recipes by placing `config.chef.json.merge({:recipes => 'you_want'})` in either a packaged or project directory Vagrantfile.