Skip to content

Commit 65996dc

Browse files
Update content/techniques/sql.md
1 parent f988b79 commit 65996dc

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
@@ -537,7 +537,7 @@ export class AppModule {}
537537
> inject: ...,
538538
> }),
539539
> ```
540-
> See [`@nestjs/typeorm` issue](https://github.com/nestjs/typeorm/issues/86).
540+
> See [this issue](https://github.com/nestjs/typeorm/issues/86) for more details.
541541
542542
At this point, you have `User` and `Album` entities registered with their own data source. With this setup, you have to tell the `TypeOrmModule.forFeature()` method and the `@InjectRepository()` decorator which data source should be used. If you do not pass any data source name, the `default` data source is used.
543543

0 commit comments

Comments
 (0)