Skip to content

Commit 1d4a918

Browse files
authored
Fix typo in pingsource docs (#3254)
* Fix typo in pingsource docs * Fix typo in pingsource docs
1 parent deda28c commit 1d4a918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/eventing/sources/pingsource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The PingSource source type is enabled by default when you install Knative Eventi
1515

1616
## Example
1717

18-
This example shows how to send an event every second to a Event Display Service.
18+
This example shows how to send an event every minute to a Event Display Service.
1919

2020
### Creating a namespace
2121

@@ -72,7 +72,7 @@ EOF
7272
### Creating the PingSource
7373

7474
You can now create the `PingSource` sending an event containing
75-
`{"message": "Hello world!"}` every second.
75+
`{"message": "Hello world!"}` every minute.
7676

7777
{{< tabs name="create-source" default="YAML" >}}
7878
{{% tab name="YAML" %}}

0 commit comments

Comments
 (0)