Skip to content

Commit

Permalink
fix typo (#1385)
Browse files Browse the repository at this point in the history
Signed-off-by: Sharon Vendrov <sharon.vendrov@codefresh.io>
  • Loading branch information
sharon-codefresh authored Oct 18, 2021
1 parent 8c03379 commit a67558e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eventbus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a67558e

Please sign in to comment.