From c755bf2aaef564b291c5defd1843a3b9e5efd3f3 Mon Sep 17 00:00:00 2001 From: Chris Kuehl Date: Tue, 16 Sep 2014 18:32:11 -0700 Subject: [PATCH] Fix typo in HTTP sharing docs --- website/docs/source/v2/share/http.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/share/http.html.md b/website/docs/source/v2/share/http.html.md index 8c8a88830..0e99b5127 100644 --- a/website/docs/source/v2/share/http.html.md +++ b/website/docs/source/v2/share/http.html.md @@ -12,7 +12,7 @@ sharing," and is enabled by default when `vagrant share` is used. Because this mode of sharing creates a publicly accessible URL, the accessing party does not need to have Vagrant installed in order to view your environment. -This has a number of useful use cases: you can test webooks by exposing +This has a number of useful use cases: you can test webhooks by exposing your Vagrant environment to the internet, you can show your work to clients, teammates, or managers, etc.