We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deda28c commit 1d4a918Copy full SHA for 1d4a918
docs/eventing/sources/pingsource.md
@@ -15,7 +15,7 @@ The PingSource source type is enabled by default when you install Knative Eventi
15
16
## Example
17
18
-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.
19
20
### Creating a namespace
21
@@ -72,7 +72,7 @@ EOF
72
### Creating the PingSource
73
74
You can now create the `PingSource` sending an event containing
75
-`{"message": "Hello world!"}` every second.
+`{"message": "Hello world!"}` every minute.
76
77
{{< tabs name="create-source" default="YAML" >}}
78
{{% tab name="YAML" %}}
0 commit comments