Skip to content

Commit 829c096

Browse files
authored
Merge pull request #215 from scorphus/fix-typo
README: fix some typos
2 parents 58f5986 + dce6c08 commit 829c096

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If your work requires a change to the dependencies, you need to update the Glide
9595
configuration.
9696

9797
- Edit glide.yaml to change the dependencies as needed.
98-
- Delete `glide.lock` and re-create the vendor directory by running `make vendor`. Glide will recognize that there is no lock file and recalculatethe required dependencies.
98+
- Delete `glide.lock` and re-create the vendor directory by running `make vendor`. Glide will recognize that there is no lock file and recalculate the required dependencies.
9999
- Check-in the updated `glide.yaml` and `glide.lock` files.
100100
- Test that everything still compiles with the new lock file in place by running make clean && make.
101101

@@ -142,7 +142,7 @@ Size of disk for the guest (MB).
142142
#### `--xhyve-uuid`
143143

144144
The UUID for the machine.
145-
By default, generate and use ramdom UUID. See [xhyve/uuid.go](https://github.com/zchee/docker-machine-driver-xhyve/blob/master/xhyve/uuid.go)
145+
By default, generate and use random UUID. See [xhyve/uuid.go](https://github.com/zchee/docker-machine-driver-xhyve/blob/master/xhyve/uuid.go)
146146

147147
#### `--xhyve-boot-cmd`
148148

@@ -188,7 +188,7 @@ By default, NFS Shares will be mounted in the Guest at `/xhyve-nfsshares`.
188188
You can change this default by specifying `--xhyve-experimental-nfs-share-root /path`, `/path` being a path to the root
189189

190190

191-
Known isuue
191+
Known issue
192192
-----------
193193

194194
### Does not clean up the vmnet when remove a VM
@@ -251,7 +251,7 @@ So, if you were able to launch the xhyve use docker-machine-driver-xhyve, Could
251251
https://github.com/zchee/docker-machine-driver-xhyve/issues/18
252252

253253
If macOS launched by the `Vagrant`, can be build, but will not be able to launch the Hypervisor.
254-
The cause probably because backend vm (Virtualbox, VMWare, parallels...) to hide the CPU infomation.
254+
The cause probably because backend vm (Virtualbox, VMWare, parallels...) to hide the CPU information.
255255

256256
In the case of VMWare,
257257

0 commit comments

Comments
 (0)