From 4ce60741e50bfc4fb87a993d1600f32c8e769cda Mon Sep 17 00:00:00 2001 From: Ashleigh Brennan Date: Wed, 17 Feb 2021 15:37:21 -0600 Subject: [PATCH 1/2] Fix typo in pingsource docs --- docs/eventing/sources/pingsource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/sources/pingsource.md b/docs/eventing/sources/pingsource.md index 75a6bf606d9..1db0c2aa6a9 100644 --- a/docs/eventing/sources/pingsource.md +++ b/docs/eventing/sources/pingsource.md @@ -72,7 +72,7 @@ EOF ### Creating the PingSource You can now create the `PingSource` sending an event containing -`{"message": "Hello world!"}` every second. +`{"message": "Hello world!"}` every minute. {{< tabs name="create-source" default="YAML" >}} {{% tab name="YAML" %}} From 2b31d6dbd7a76576b59bf87f25bd190c4512c720 Mon Sep 17 00:00:00 2001 From: Ashleigh Brennan Date: Wed, 17 Feb 2021 15:39:22 -0600 Subject: [PATCH 2/2] Fix typo in pingsource docs --- docs/eventing/sources/pingsource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/sources/pingsource.md b/docs/eventing/sources/pingsource.md index 1db0c2aa6a9..93c43e18af3 100644 --- a/docs/eventing/sources/pingsource.md +++ b/docs/eventing/sources/pingsource.md @@ -15,7 +15,7 @@ The PingSource source type is enabled by default when you install Knative Eventi ## Example -This example shows how to send an event every second to a Event Display Service. +This example shows how to send an event every minute to a Event Display Service. ### Creating a namespace