Merge pull request #5009 from tjouan/fix/master/plugins_hosts_docs/typos

website/www: fix typo in plugins/hosts doc
This commit is contained in:
Seth Vargo 2014-12-17 11:16:04 -05:00
commit af111d092a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Implementations of hosts subclass `Vagrant.plugin("2", "host")`. Within
this implementation, only the `detect?` method needs to be implemented.
The `detect?` method is called by Vagrant very early on in its initialization
process to determine if the OS that Vagrant is running on is this hsot.
process to determine if the OS that Vagrant is running on is this host.
If you detect that it is your operating system, return `true` from `detect?`.
Otherwise, return `false`.