website/www: fix typo in plugins/hosts doc

This commit is contained in:
Thibault Jouan 2014-12-17 15:00:49 +00:00
parent 2cbbcb4722
commit 667126d6ed
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`.