From f86648d27c79a1ddec365911f761b6e693aba2dc Mon Sep 17 00:00:00 2001 From: tooptoop4 <33283496+tooptoop4@users.noreply.github.com> Date: Mon, 27 Dec 2021 18:02:43 +1100 Subject: [PATCH] docs: typo eventbus (#1486) --- docs/eventbus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventbus.md b/docs/eventbus.md index 0d95e9af45..dc3dec83e3 100644 --- a/docs/eventbus.md +++ b/docs/eventbus.md @@ -16,7 +16,7 @@ EventSource and Sensor work. The common practice is to create an EventBus named `default` in the namespace. If you want to use a different name, or you want to have multiple EventBus in one -namespace, you need to specifiy `eventBusName` in the spec of EventSource and +namespace, you need to specify `eventBusName` in the spec of EventSource and Sensor correspondingly, so that they can find the right one. See EventSource [spec](https://github.com/argoproj/argo-events/tree/stable/api/event-source.md#eventsourcespec) and Sensor