From c29e9473f461018bb1229f76bada95951d9249c3 Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 4 Jan 2021 14:37:23 -0500 Subject: [PATCH] fix(docs): Fix typos in eventbus.md (#1004) Signed-off-by: Evan Wies --- docs/eventbus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/eventbus.md b/docs/eventbus.md index 2ee47e0c6f..cb6a2b18e4 100644 --- a/docs/eventbus.md +++ b/docs/eventbus.md @@ -4,7 +4,7 @@ > v0.17.0 and after -EventBus is a kubernetes +EventBus is a Kubernetes [Custom Resource](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) which is used for events transmission from EventSources to Sensors. Currently EventBus is backed by @@ -29,7 +29,7 @@ Streaming service with `exotic` NATS EventBus. ### Native -A simplest `native` NATS EeventBus example: +A simplest `native` NATS EventBus example: ```yaml apiVersion: argoproj.io/v1alpha1