From d09ad64e5fd938597db63d8798e0d627e6ce4730 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Thu, 22 Sep 2022 18:21:12 +0100 Subject: [PATCH] Fix wording typo in eventing getting started guide (#5233) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christoph Stäbler Signed-off-by: Christoph Stäbler Co-authored-by: Christoph Stäbler --- docs/getting-started/first-trigger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/first-trigger.md b/docs/getting-started/first-trigger.md index 12744638b..a13b74008 100644 --- a/docs/getting-started/first-trigger.md +++ b/docs/getting-started/first-trigger.md @@ -54,7 +54,7 @@ Create a Trigger that listens for CloudEvents from the event source and places t ??? question "What CloudEvents is my Trigger listening for?" Because we didn't specify a `--filter` in our `kn` command, the Trigger is listening for any CloudEvents coming into the Broker. - The expand the next note to see how to use Filters. + Expand the next note to see how to use Filters. Now, when we go back to the CloudEvents Player and send an event, we see that CloudEvents are both sent and received by the CloudEvents Player: