Skip to content

Commit 7f2fcaa

Browse files
committed
Docs: Fix typo in development guide
Signed-off-by: Ankur Verma <[email protected]>
1 parent 2d46bb0 commit 7f2fcaa

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/broker/filtering.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ spec:
280280
Cannot be specified with the SourceAndType filter.
281281

282282
_This example assumes the repository name is available as a CloudEvents
283-
extension `{"repository":proposals"}`._
283+
extension `{"repository":"proposals"}`._
284284

285285
Specified with the attributes filter:
286286

@@ -309,7 +309,7 @@ spec:
309309
Cannot be specified with the SourceAndType filter.
310310

311311
_This example assumes the repository name is available as a CloudEvents
312-
extension `{"github.repository":proposals"}`._
312+
extension `{"github.repository":"proposals"}`._
313313

314314
Specified with the attributes filter:
315315

@@ -350,7 +350,7 @@ spec:
350350
Cannot be specified with the SourceAndType filter or the attributes filter.
351351

352352
_This example assumes the event data is the parseable equivalent of
353-
`{"user":{"id":"abc123"}`._
353+
`{"user":{"id":"abc123"}}`._
354354

355355
```yaml
356356
spec:

docs/decisions/eventing-and-messaging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ additional repos in the release process.
6868
## Source documents
6969

7070
[Proposal by Mark Fisher](https://docs.google.com/document/d/1w5Bd5kEiiMk7i7X0EUdy6PFbWUpwGTwep8I0N52esyM/edit#)
71+
7172
[Decision by eventing approvers](https://docs.google.com/spreadsheets/d/16aOhfRnkaGcQIOR5kiumld-GmrgGBIm9fppvAXx3mgc/edit?)

docs/delivery/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ these situations.
4040
### Dead Letter Sink
4141

4242
Channels are responsible for forwarding received events to subscribers. When
43-
they fail to do so, they are responsible for sending the failing events to an
43+
they fail to do so, they are responsible for sending the failing events to a
4444
**dead letter sink**, potentially one per subscriber.
4545

4646
Similarly Event Sources are responsible for sending events to a sink and when
47-
they fail to do so, they are responsible for sending the failing events to an
47+
they fail to do so, they are responsible for sending the failing events to a
4848
**dead letter sink**.
4949

5050
The dead letter sink can be a channel but it does not have to.

0 commit comments

Comments
 (0)