fixes simple spelling errors
This commit is contained in:
parent
36d6c430d2
commit
2124b85b92
|
@ -50,7 +50,7 @@ This command accepts optional command-line flags:
|
|||
* `--plugin-version VERSION` - The version of the plugin to install. By default,
|
||||
this command will install the latest version. You can constrain the version
|
||||
using this flag. You can set it to a specific version, such as "1.2.3" or
|
||||
you can set it to a version contraint, such as "> 1.0.2". You can set it
|
||||
you can set it to a version constraint, such as "> 1.0.2". You can set it
|
||||
to a more complex constraint by comma-separating multiple constraints:
|
||||
"> 1.0.2, < 1.1.0" (don't forget to quote these on the command-line).
|
||||
|
||||
|
|
|
@ -121,9 +121,9 @@ Either of the following may be used to actually execute runners
|
|||
during provisioning.
|
||||
|
||||
* `run_overstate` - (boolean) Executes `state.over` on
|
||||
vagrant up. Can be applied to the master only. This is superceded by orchestrate. Not supported on Windows guest machines.
|
||||
vagrant up. Can be applied to the master only. This is superseded by orchestrate. Not supported on Windows guest machines.
|
||||
* `orchestrations` - (boolean) Executes `state.orchestrate` on
|
||||
vagrant up. Can be applied to the master only. This is supercedes by run_overstate. Not supported on Windows guest machines.
|
||||
vagrant up. Can be applied to the master only. This is supersedes by run_overstate. Not supported on Windows guest machines.
|
||||
|
||||
## Output Control
|
||||
|
||||
|
|
|
@ -380,7 +380,7 @@ page_title: "VMware Vagrant Environments"
|
|||
manually. Occassionally you must accept the license agreement before
|
||||
VMware will run. If you do not see any errors when opening the
|
||||
VMware GUI, you may need to purchase the full version to use the
|
||||
plugin. We apologize for the inconvience.
|
||||
plugin. We apologize for the inconvenience.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue