Fix the typo

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2018-11-14 22:18:39 -02:00
parent ceb5c4531a
commit 942df44bbe
1 changed files with 3 additions and 1 deletions

View File

@ -173,7 +173,7 @@ var formatted = cloudevent.format();
```
## Hot to emit the event?
## How to emit an event?
```js
// The event
@ -205,3 +205,5 @@ binding.emit(cloudevent)
> See how to implement the method injection [here](lib/specs/spec_0_1.js#L17)
>
> Learn about [Builder Design Pattern](https://en.wikipedia.org/wiki/Builder_pattern)
>
> Check out the produced event payload using this [tool](https://webhook.site)