From c7baf805f9efca4d771ad12dfcb89588a0c4f38d Mon Sep 17 00:00:00 2001 From: xichengliudui <1693291525@qq.com> Date: Thu, 11 Apr 2019 22:14:47 -0400 Subject: [PATCH] Fix typo Knatve -> Knative Signed-off-by: xichengliudui <1693291525@qq.com> --- community/samples/serving/helloworld-vertx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/samples/serving/helloworld-vertx/README.md b/community/samples/serving/helloworld-vertx/README.md index 7c780d85f23..2fc3b1940fd 100644 --- a/community/samples/serving/helloworld-vertx/README.md +++ b/community/samples/serving/helloworld-vertx/README.md @@ -26,7 +26,7 @@ You must meet the following requirements to complete this sample: - A [Docker Hub](https://hub.docker.com/) account where you can push your container image. -**Tip**: You can clone the [Knatve/docs repo](https://github.com/knative/docs) +**Tip**: You can clone the [Knative/docs repo](https://github.com/knative/docs) and then modify the source files. Alternatively, learn more by manually creating the files youself.