Fixing a typo.
Hey, just noticed a minor typo in the docs and wanted to submit a PR.
This commit is contained in:
parent
d2914a85ee
commit
aff776a805
|
@ -19,7 +19,7 @@ is very simple:
|
|||
Vagrant.configure("2") do |config|
|
||||
# other config here
|
||||
|
||||
config.vm.synced_folder "src/", "/srv/website"
|
||||
config.vm.synced_folder "src/", "/src/website"
|
||||
end
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue