Skip to content

Commit 9682b81

Browse files
ppoddsmicalevisk
andauthored
docs(sql): fit sugguestion
Co-authored-by: Micael Levi L. Cavalcante <[email protected]>
1 parent 26ccabc commit 9682b81

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
@@ -589,7 +589,7 @@ export class AppModule {}
589589
> inject: [ConfigService],
590590
> }),
591591
> ```
592-
> [@nestjs/typeorm issue](https://github.com/nestjs/typeorm/issues/86)
592+
> See [`@nestjs/typeorm` issue](https://github.com/nestjs/typeorm/issues/86).
593593
594594
At this point, you have `User` and `Album` entities registered with their own connection. With this setup, you have to tell the `TypeOrmModule.forFeature()` method and the `@InjectRepository()` decorator which connection should be used. If you do not pass any connection name, the `default` connection is used.
595595

0 commit comments

Comments
 (0)