From 18b71b68840b4bfeaa3029416c3e49f6126702e3 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 79d44e4126d..9ac0657ed2d 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 3e814505fef84189adde68830c204a5efaf03677 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 9ac0657ed2d..7a68e4df7a2 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