Skip to content

Commit 5182664

Browse files
jasonjlockJason Lock
authored andcommitted
Fix typo in README
Signed-off-by: Jason Lock <[email protected]>
1 parent a512aad commit 5182664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 an to a reciever
54+
// Create an emitter to send events to a reciever
5555
const emit = emitterFor(httpTransport("https://my.receiver.com/endpoint"));
5656

5757
// Create a new CloudEvent

0 commit comments

Comments
 (0)