Skip to content

Commit 728b1ef

Browse files
Merge pull request #2728 from kerolloz/patch-1
docs(sql): add missing export in TypeOrmConfigService example
2 parents 65b5bce + 03ac649 commit 728b1ef

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
@@ -655,7 +655,7 @@ The construction above will instantiate `TypeOrmConfigService` inside `TypeOrmMo
655655

656656
```typescript
657657
@Injectable()
658-
class TypeOrmConfigService implements TypeOrmOptionsFactory {
658+
export class TypeOrmConfigService implements TypeOrmOptionsFactory {
659659
createTypeOrmOptions(): TypeOrmModuleOptions {
660660
return {
661661
type: 'mysql',

0 commit comments

Comments
 (0)