Skip to content

Commit addbd9a

Browse files
authored
Fix typo in README (cloudevents#488)
Signed-off-by: Jason Lock <[email protected]>
1 parent a512aad commit addbd9a

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)