diff --git a/eventing/README.md b/eventing/README.md index 3b5382a75..78299e161 100644 --- a/eventing/README.md +++ b/eventing/README.md @@ -14,7 +14,7 @@ Knative Eventing is designed around the following goals: event or class of events, before there are producers that are creating those events. 1. Other services can be connected to the Eventing system. These services can perform the following functions: - Create new applications without modifying the event producer or event consumer. - - Select and target specific subsets of the events from thier producers. + - Select and target specific subsets of the events from their producers. 1. Ensure cross-service interoperability. Knative Eventing is consistent with the [CloudEvents](https://github.com/cloudevents/spec/blob/master/spec.md#design-goals) specification that is developed by the [CNCF Serverless WG](https://lists.cncf.io/g/cncf-wg-serverless).