diff --git a/docs/eventing/sources/pingsource.md b/docs/eventing/sources/pingsource.md index 0b299d92610..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 @@ -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" %}}