Skip to content

Commit 7fc9903

Browse files
Merge pull request #3263 from Uaitt/docs/incorrect-info-in-database-article
docs(database): fix incorrect info
2 parents c3162e6 + a33f817 commit 7fc9903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ export class UsersService {
938938

939939
> warning **Notice** Don't forget to import the `UsersModule` into the root `AppModule`.
940940
941-
If you want to use the repository outside of the module which imports `SequelizeModule.forFeature`, you'll need to re-export the providers generated by it.
941+
If you want to use the model outside of the module which imports `SequelizeModule.forFeature`, you'll need to re-export the providers generated by it.
942942
You can do this by exporting the whole module, like this:
943943

944944
```typescript

0 commit comments

Comments
 (0)