From 7d841f865d807abc46a3e66f11bf5c633d4c35fb Mon Sep 17 00:00:00 2001 From: Mohammad Asif Siddiqui Date: Thu, 17 Aug 2017 00:32:42 +0800 Subject: [PATCH] Minor Typo Fix --- docs/dev/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/getting-started.md b/docs/dev/getting-started.md index ce1a65b60..8f7e218d3 100644 --- a/docs/dev/getting-started.md +++ b/docs/dev/getting-started.md @@ -102,7 +102,7 @@ $ cd $GOPATH/src/k8s.io/ingress/controllers/ $ go test ./... ``` -If you have access to a Kubernetes cluster, you can also run e2e tests using ginko. +If you have access to a Kubernetes cluster, you can also run e2e tests using ginkgo. ```console $ cd $GOPATH/src/k8s.io/kubernetes $ ./hack/ginkgo-e2e.sh --ginkgo.focus=Ingress.* --delete-namespace-on-failure=false