From d9e38949ecf2ba9147f1d7ce0bac7452a9ee717c Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 4 May 2014 14:45:58 +0100 Subject: [PATCH] consistently use "synced folders" terminology The terminology is "synced folders" not "shared folders" (presumably to avoid confusion with `vagrant share` which is something completely different). --- website/docs/source/v2/synced-folders/basic_usage.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/synced-folders/basic_usage.html.md b/website/docs/source/v2/synced-folders/basic_usage.html.md index 2e1be7e43..c5ea57a6b 100644 --- a/website/docs/source/v2/synced-folders/basic_usage.html.md +++ b/website/docs/source/v2/synced-folders/basic_usage.html.md @@ -66,7 +66,7 @@ Synced folders are automatically setup during `vagrant up` and ## Disabling -Shared folders can be disabled by adding the `disabled` option to +Synced folders can be disabled by adding the `disabled` option to any definition: ```ruby