From 667126d6edfcefae68af2c1d40c8e9b373217075 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Wed, 17 Dec 2014 15:00:49 +0000 Subject: [PATCH] website/www: fix typo in plugins/hosts doc --- website/docs/source/v2/plugins/hosts.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/plugins/hosts.html.md b/website/docs/source/v2/plugins/hosts.html.md index aaf1d6bdf..aed652f84 100644 --- a/website/docs/source/v2/plugins/hosts.html.md +++ b/website/docs/source/v2/plugins/hosts.html.md @@ -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`.