Fix a typo in Eventing doc (#1221) (#1231)

This commit is contained in:
Sam O'Dell 2019-04-23 17:53:28 -07:00 committed by Knative Prow Robot
parent 8e59e4144f
commit 05c6938115
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Knative Eventing is designed around the following goals:
1. Knative Eventing services are loosely coupled. These services can be 1. Knative Eventing services are loosely coupled. These services can be
developed and deployed independently on, and across a variety of platforms developed and deployed independently on, and across a variety of platforms
(for example Kubernetes, VMs, SaaS or FaaS). (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 can generate events before there are active event consumers that are
listening. Any event consumer can express interest in an event or class of listening. Any event consumer can express interest in an event or class of
events, before there are producers that are creating those events. events, before there are producers that are creating those events.