Skip to content

Commit 062d6ff

Browse files
Fixed a typo. (#3110)
1 parent 7a2fa24 commit 062d6ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/eventing/samples/container-source/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ creating your own event source as a ContainerSource.
1414
### Prepare the heartbeats image
1515

1616
Knative [event-sources](https://github.com/knative/eventing-contrib) has a
17-
sample of heartbeats event source. You could clone the source codes by
17+
sample of heartbeats event source. You could clone the source code by
1818

1919
```
2020
git clone -b "{{< branch >}}" https://github.com/knative/eventing-contrib.git

docs/eventing/sources/containersource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This example shows how the heartbeats container sends events to the Event Displa
3030

3131
### Preparing the heartbeats image
3232
Knative [event-sources](https://github.com/knative/eventing-contrib) has a
33-
sample of heartbeats event source. You could clone the source codes by
33+
sample of heartbeats event source. You could clone the source code by
3434

3535
```
3636
git clone -b "{{< branch >}}" https://github.com/knative/eventing-contrib.git

0 commit comments

Comments
 (0)