We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d609c commit e182b51Copy full SHA for e182b51
docs/getting-started.md
@@ -3,7 +3,7 @@
3
A quick start guide to get KubeVirt up and running inside our container based
4
development cluster.
5
6
-## I just want it built and run it on my cluser
+## I just want it built and run it on my cluster
7
8
First, point the `Makefile` to the docker registry of your choice:
9
@@ -148,7 +148,7 @@ After a successful build you can run the *unit tests*:
148
149
They do not need a running KubeVirt environment to succeed.
150
To run the *functional tests*, make sure you have set
151
-up a dockerizied environment. Then run
+up a dockerized environment. Then run
152
153
```bash
154
make cluster-sync # synchronize with your code, if necessary
0 commit comments