From 0dad249627f6da8b15542ed5b5c712331611e3eb Mon Sep 17 00:00:00 2001 From: Bert Roos Date: Wed, 13 Nov 2024 15:40:35 +0100 Subject: [PATCH] docs: Textual correction which --> that Signed-off-by: Bert Roos --- cloudevents/primer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudevents/primer.md b/cloudevents/primer.md index 883f5940..28ac2014 100644 --- a/cloudevents/primer.md +++ b/cloudevents/primer.md @@ -898,7 +898,7 @@ and this help event consumers safely work with event data as it evolves. #### Normalizing Webhooks -Webhooks is a style of event publishing which does not use a common format. +Webhooks is a style of event publishing that does not use a common format. Consumers of webhooks don’t have a consistent way to develop, test, identify, validate, and overall process event data delivered via webhooks.