Skip to content

Commit 9055254

Browse files
committed
Update Vagrantfile
correct wrong grammar can running => can be running
1 parent fc48e5a commit 9055254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Vagrant.configure('2') do |config|
1414
override.vm.box = 'parallels/ubuntu-12.04'
1515
override.vm.box_url = 'https://vagrantcloud.com/parallels/ubuntu-12.04'
1616

17-
# Can running at background, see https://github.com/Parallels/vagrant-parallels/issues/39
17+
# Can be running at background, see https://github.com/Parallels/vagrant-parallels/issues/39
1818
v.customize ['set', :id, '--on-window-close', 'keep-running']
1919
end
2020

0 commit comments

Comments
 (0)