Skip to content

Commit 0060e05

Browse files
micaleviskjmcdo29
andauthored
Update content/techniques/configuration.md
Co-authored-by: Jay McDoniel <[email protected]>
1 parent 77d368a commit 0060e05

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
@@ -243,7 +243,7 @@ constructor(private configService: ConfigService<{ database: { host: string } }>
243243
}
244244
```
245245

246-
The second type argument rely on the first one, acting as a type assertion to get rid of all `undefined` types that `ConfigService`'s methods can return when `strictNullChecks` is on. For instance:
246+
The second generic relies on the first one, acting as a type assertion to get rid of all `undefined` types that `ConfigService`'s methods can return when `strictNullChecks` is on. For instance:
247247

248248
```typescript
249249
// ...

0 commit comments

Comments
 (0)