From c81d1d5638c6cb433449429054d3baca68192990 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 9af10d6af98..a1fe75eddbd 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 b80c359d10239eeea74ae6a4e65a71227dcc4635 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 a1fe75eddbd..8a411558da0 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