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.
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
5252const { 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
5555const emit = emitterFor (httpTransport (" https://my.receiver.com/endpoint" ));
5656
5757// Create a new CloudEvent
You can’t perform that action at this time.
0 commit comments