Skip to content

Commit 25f8696

Browse files
Merge pull request #2158 from msreekm/patch-1
fix typo
2 parents 8734c2a + 07ce1a6 commit 25f8696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/http-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ If you want to reuse an existing options provider instead of creating a private
128128
```typescript
129129
HttpModule.registerAsync({
130130
imports: [ConfigModule],
131-
useExisting: ConfigService,
131+
useExisting: HttpConfigService,
132132
});
133133
```

0 commit comments

Comments
 (0)