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).
This commit is contained in:
Adam Spiers 2014-05-04 14:45:58 +01:00
parent cb6f3e526a
commit d9e38949ec
1 changed files with 1 additions and 1 deletions

View File

@ -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