Fix typo.

Looks like there was a typo. Fixed.
This commit is contained in:
ctranstrum 2016-12-21 15:08:57 -07:00 committed by GitHub
parent a3b9d231ad
commit 52f45f27c4
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ Vagrant.configure("2") do |config|
end
```
If you are running a Batch of PowerShell script for Windows, make sure
If you are running a Batch or PowerShell script for Windows, make sure
that the external path has the proper extension (".bat" or ".ps1"), because
Windows uses this to determine what kind of file it is to execute. If you
exclude this extension, it likely will not work.