Skip to content

Commit c6fce0b

Browse files
Merge pull request #2546 from roryf/patch-1
docs: clarify solution in #2177
2 parents 5fdd8a9 + e9f0d67 commit c6fce0b

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
@@ -527,7 +527,7 @@ export class AppModule {}
527527

528528
> warning **Notice** If you don't set the `name` for a data source, its name is set to `default`. Please note that you shouldn't have multiple connections without a name, or with the same name, otherwise they will get overridden.
529529
530-
> warning **Notice** If you are using `TypeOrmModule.forRootAsync`, you have to set the data source name outside `useFactory`. For example:
530+
> warning **Notice** If you are using `TypeOrmModule.forRootAsync`, you have to **also** set the data source name outside `useFactory`. For example:
531531
>
532532
> ```typescript
533533
> TypeOrmModule.forRootAsync({

0 commit comments

Comments
 (0)