File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The CloudEvents SDK for JavaScript.
12
12
13
13
- Represent CloudEvents in memory
14
14
- 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 ) .
16
16
17
17
_ Note:_ Supports CloudEvent version 1.0
18
18
@@ -51,7 +51,7 @@ The easiest way to send events is to use the built-in HTTP emitter.
51
51
``` js
52
52
const { httpTransport , emitterFor , CloudEvent } = require (" cloudevents" );
53
53
54
- // Create an emitter to send events to a reciever
54
+ // Create an emitter to send events to a receiver
55
55
const emit = emitterFor (httpTransport (" https://my.receiver.com/endpoint" ));
56
56
57
57
// Create a new CloudEvent
You can’t perform that action at this time.
0 commit comments