Merge pull request #6771 from kriuz/patch-1

Update shell.html.md
This commit is contained in:
Seth Vargo 2015-12-30 16:18:49 -05:00
commit 7daffabf9d
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ Vagrant.configure("2") do |config|
end
```
You can also specify arguments an array if you don't want to worry about
You can also specify arguments as an array if you don't want to worry about
quoting:
```ruby