Small typo in docs/eventing/getting-started.md (#3058)

Pluralize consumers
This commit is contained in:
Sameer Vohra 2020-12-01 13:38:37 -06:00 committed by GitHub
parent 20529aaa69
commit 0281c85bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ EOF
-d '{"msg":"Hello Knative! Goodbye Knative!"}'
```
When the broker receives your event, `hello-display` and `goodbye-display`
will activate and send the event to the event consumer of the same name.
will activate and send the event to the event consumers of the same name.
If the event has been received, you will receive a `202 Accepted` response
similar to the one below:
```