Fix the typo
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
ceb5c4531a
commit
942df44bbe
|
@ -173,7 +173,7 @@ var formatted = cloudevent.format();
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Hot to emit the event?
|
## How to emit an event?
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// The event
|
// The event
|
||||||
|
@ -205,3 +205,5 @@ binding.emit(cloudevent)
|
||||||
> See how to implement the method injection [here](lib/specs/spec_0_1.js#L17)
|
> 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)
|
> Learn about [Builder Design Pattern](https://en.wikipedia.org/wiki/Builder_pattern)
|
||||||
|
>
|
||||||
|
> Check out the produced event payload using this [tool](https://webhook.site)
|
||||||
|
|
Loading…
Reference in New Issue