From d41be21c9406bf38b13c570ab643c60b6290aab0 Mon Sep 17 00:00:00 2001 From: Belinda Vennam Date: Tue, 21 Jul 2020 14:43:54 -0400 Subject: [PATCH] typos in kafka source (#2695) --- docs/eventing/samples/kafka/source/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/samples/kafka/source/README.md b/docs/eventing/samples/kafka/source/README.md index 1a6a6a875..aabd431c2 100644 --- a/docs/eventing/samples/kafka/source/README.md +++ b/docs/eventing/samples/kafka/source/README.md @@ -170,7 +170,7 @@ Tutorial on how to build and deploy a `KafkaSource` [Eventing source](../../../s } ``` - Now manually delete the kafkasource deployment and allow the `kafka-controller-manager` deployment running in `native-sources` namespace to redploy it. Debug level logs should be visible now. + Now manually delete the kafkasource deployment and allow the `kafka-controller-manager` deployment running in `knative-sources` namespace to redeploy it. Debug level logs should be visible now. ``` $ kubectl logs --selector='knative-eventing-source-name=kafka-source'