Skip to content

Commit 439f5b8

Browse files
incertapiotrwitek
authored andcommitted
DOC: typofix (piotrwitek#173)
1 parent aa3434f commit 439f5b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ declare module 'rxjs/Subject' {
18951895
}
18961896
```
18971897
1898-
When creating 3rd party type-definitions all the imports should be kept inside the module decleration, otherwise it will be treated as augmentation and show error
1898+
When creating 3rd party type-definitions all the imports should be kept inside the module declaration, otherwise it will be treated as augmentation and show error
18991899
19001900
```ts
19011901
declare module "react-custom-scrollbars" {

README_SOURCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ declare module 'rxjs/Subject' {
803803
}
804804
```
805805
806-
When creating 3rd party type-definitions all the imports should be kept inside the module decleration, otherwise it will be treated as augmentation and show error
806+
When creating 3rd party type-definitions all the imports should be kept inside the module declaration, otherwise it will be treated as augmentation and show error
807807
808808
```ts
809809
declare module "react-custom-scrollbars" {

0 commit comments

Comments
 (0)