Fix stray backquote in "Vagrantfile / SSH Settings" section of docs

This commit is contained in:
Jordan Danford 2017-09-20 09:37:31 -07:00
parent 7bb3bd702e
commit de16f56b45
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ the machine, but replace it with perhaps a more secure key later.
<hr>
`config.ssh.keys_only` - Only use Vagrant-provided SSH private keys (do not use
any keys stored in ssh-agent). The default value is `true`.`
any keys stored in ssh-agent). The default value is `true`.
<hr>