Skip to content

Commit 20b9431

Browse files
Fix grammar and spelling mistakes in Vagrant demo slides
1 parent c232fe4 commit 20b9431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

02_virtualization_and_containers/vagrant_demo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
- `vagrant package --base "sse-first-step" --output sse-first-step.box`: Export VM
5656
- `sse-first-steps.box` can be uploaded to [Vagrant Cloud](https://app.vagrantup.com)
5757
- Go to directory `using-own-box/`
58-
- Show `Vagrantfile` that is has my uploaded image as base image
58+
- Show `Vagrantfile` that has my uploaded image as base image
5959
- Skip building box `vagrant up` as it takes too long, should be prebuilt
6060
- After `vagrant box add <box> --name <name>`, `vagrant box list` should show my box in overview.
6161

@@ -65,7 +65,7 @@
6565
- [https://github.com/precice/vm](https://github.com/precice/vm)
6666
- Run [Premade box](https://app.vagrantup.com/precice/boxes/precice-vm)
6767
- Create a dedicated folder `mkdir precice`
68-
- Create box with `vagrant init` (Done before lecture as it takes to long)
68+
- Create box with `vagrant init` (Done before lecture as it takes too long)
6969
- Start box `vagrant up`
7070
- Comes with a GUI
7171
- Preconfigured

0 commit comments

Comments
 (0)