Merge pull request #7879 from ivuk/fix-typo

Fix a typo in configuration.html.md
This commit is contained in:
Chris Roberts 2016-11-14 14:14:35 -08:00 committed by GitHub
commit de4612a549
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ config.vm.provider 'virtualbox' do |v|
end 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. support linked cloning, you can use `Vagrant.require_version` with 1.8.
<div class="alert alert-info"> <div class="alert alert-info">