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:
parent
cb6f3e526a
commit
d9e38949ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue