Skip to content

Commit 11a6e41

Browse files
authored
fixed small errors
1 parent d6047eb commit 11a6e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ yarn add nest-emitter
3232

3333
As Normal Import `NestEmitterModule` into your root module _(aka `AppModule`)_
3434

35-
The `NestEmitterModule#forRoot(emitter: NodeJS.Events)` takes any event emitter that that implements `NodeJS.Events`.
35+
The `NestEmitterModule#forRoot(emitter: NodeJS.Events)` takes any event emitter that implements `NodeJS.Events`.
3636

3737
For simplicity I will use nodejs built-in eventemitter, but of course you can use whatever you need.
3838

@@ -85,7 +85,7 @@ good good, now let's use it.
8585

8686
> :+1: TIP: Keep all of your events in a separate file like `{prefix}.events.ts`.
8787
88-
I will use it to send a notificaion when we receive a request
88+
I will use it to send a notification when we receive a request
8989

9090
```ts
9191
// app.controller.ts

0 commit comments

Comments
 (0)