Skip to content

Commit 953bc2a

Browse files
craigsdennislholmquist
authored andcommitted
chore: Typos
Receive corrections Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
1 parent bc3aaca commit 953bc2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The CloudEvents SDK for JavaScript.
1212

1313
- Represent CloudEvents in memory
1414
- Serialize and deserialize CloudEvents in different [event formats](https://github.com/cloudevents/spec/blob/v1.0/spec.md#event-format).
15-
- Send and recieve CloudEvents with via different [protocol bindings](https://github.com/cloudevents/spec/blob/v1.0/spec.md#protocol-binding).
15+
- Send and receive CloudEvents with via different [protocol bindings](https://github.com/cloudevents/spec/blob/v1.0/spec.md#protocol-binding).
1616

1717
_Note:_ Supports CloudEvent version 1.0
1818

@@ -51,7 +51,7 @@ The easiest way to send events is to use the built-in HTTP emitter.
5151
```js
5252
const { httpTransport, emitterFor, CloudEvent } = require("cloudevents");
5353

54-
// Create an emitter to send events to a reciever
54+
// Create an emitter to send events to a receiver
5555
const emit = emitterFor(httpTransport("https://my.receiver.com/endpoint"));
5656

5757
// Create a new CloudEvent

0 commit comments

Comments
 (0)