Skip to content

Commit cfc343a

Browse files
Update content/techniques/mongo.md
1 parent e44bd11 commit cfc343a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/mongo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ To inject a given `Connection` to a custom provider (for example, factory provid
253253
}
254254
```
255255

256-
If you are just looking to inject the model from a named database, you can use the connection name as a second parameter to the `@InejctModel()` decorator.
256+
If you are just looking to inject the model from a named database, you can use the connection name as a second parameter to the `@InjectModel()` decorator.
257257

258258
```typescript
259259
@@filename(cats.service)

0 commit comments

Comments
 (0)