From bda0dd430a5e5e10d709aee8a5d6f620add973aa 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 0b299d92610..d926e9102b2 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 6e8b8257bba35b1f76a60af7432936d03a35d6ee 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 d926e9102b2..7ee3d99a15e 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