Fix a typo in configuration.html.md

This commit is contained in:
Igor Vuk 2016-10-08 18:37:43 +02:00
parent d178631ff9
commit c12101b2f8
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ config.vm.provider 'virtualbox' do |v|
end
```
If you do not want backward compatbility and want to force users to
If you do not want backward compatibility and want to force users to
support linked cloning, you can use `Vagrant.require_version` with 1.8.
<div class="alert alert-info">