Skip to content

Commit 28abc09

Browse files
Update configuration.md
1 parent ff34467 commit 28abc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ A reasonable alternative is to inject the `database` namespace directly. This al
195195
```typescript
196196
constructor(
197197
@Inject(databaseConfig.KEY)
198-
private databaseConfig: ConfigType<typeof databaseConfig>,
198+
private dbConfig: ConfigType<typeof databaseConfig>,
199199
) {}
200200
```
201201

0 commit comments

Comments
 (0)