From 05c69381156e1c265c89c81968d0dfc44bc0de7f Mon Sep 17 00:00:00 2001 From: Sam O'Dell <31352624+samodell@users.noreply.github.com> Date: Tue, 23 Apr 2019 17:53:28 -0700 Subject: [PATCH] Fix a typo in Eventing doc (#1221) (#1231) --- docs/eventing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/README.md b/docs/eventing/README.md index e320804d6..62e03fbb8 100644 --- a/docs/eventing/README.md +++ b/docs/eventing/README.md @@ -9,7 +9,7 @@ Knative Eventing is designed around the following goals: 1. Knative Eventing services are loosely coupled. These services can be developed and deployed independently on, and across a variety of platforms (for example Kubernetes, VMs, SaaS or FaaS). -1. Event producers and event sources are independent. Any producer (or source), +1. Event producers and event consumers are independent. Any producer (or source), can generate events before there are active event consumers that are listening. Any event consumer can express interest in an event or class of events, before there are producers that are creating those events.