Skip to content

Commit 09d3d8c

Browse files
Update content/techniques/configuration.md
Co-authored-by: John Biundo <[email protected]>
1 parent ff3b4a6 commit 09d3d8c

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
@@ -170,7 +170,7 @@ constructor(private configService: ConfigService<EnvironmentVariables>) {
170170
}
171171
```
172172

173-
> warning **Notice** If you have nested properties in your config like in the `database.host` example above then your interface will need to have a `'database.host': string;` property, otherwise a TypeScript error will be thrownx1.
173+
> warning **Notice** If you have nested properties in your config, like in the `database.host` example above, the interface must have a matching `'database.host': string;` property. Otherwise a TypeScript error will be thrown.
174174
175175
#### Configuration namespaces
176176

0 commit comments

Comments
 (0)