From d3fc42c0b2491eea1e401c8ea674d9c1edd90ccf Mon Sep 17 00:00:00 2001 From: Rob Eden Date: Wed, 4 May 2016 14:11:31 -0400 Subject: [PATCH] Fixes incorrect preposition --- website/source/docs/plugins/development-basics.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/plugins/development-basics.html.md b/website/source/docs/plugins/development-basics.html.md index 9de36d132..84e6313ef 100644 --- a/website/source/docs/plugins/development-basics.html.md +++ b/website/source/docs/plugins/development-basics.html.md @@ -68,7 +68,7 @@ your plugin works with another plugin. With this structure in place, your workflow should be like any other Ruby project, with one exception. Because Vagrant uses the internal APIs of Bundler, see [Installing Vagrant from Source](https://github.com/mitchellh/vagrant/wiki/Installing-Vagrant-from-Source) -for tips for using the correct version of Bundler to install +for tips on using the correct version of Bundler to install dependencies. When you want to manually test your plugin, use