Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/eventing/sources/pingsource.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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" %}}
Expand Down