From a67558eac349ed4fd47533c998c1160986382299 Mon Sep 17 00:00:00 2001 From: sharon-codefresh <57947582+sharon-codefresh@users.noreply.github.com> Date: Tue, 19 Oct 2021 02:13:42 +0300 Subject: [PATCH] fix typo (#1385) Signed-off-by: Sharon Vendrov --- docs/eventbus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventbus.md b/docs/eventbus.md index 5887c0c434..c47b2a25ec 100644 --- a/docs/eventbus.md +++ b/docs/eventbus.md @@ -14,7 +14,7 @@ open to support other technologies. EventBus is namespaced, an EventBus object is required in a namespace to make EventSource and Sensor work. -The common pratice is to create an EventBus named `default` in the namespace. If +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 Sensor correspondingly, so that they can find the right one. See EventSource