Skip to content

Commit 6013aba

Browse files
d4rl1nngeorgolden
authored andcommitted
Fix grammar mistakes in readme
1 parent 3b26b59 commit 6013aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Minimalistic configuration for TS to only extend JS with types. No TS-scpecific
4747
> &
4848
THelpers;
4949
```
50-
basically is is looks worse then
50+
basically it looks worse then
5151
```ts
5252
type QueryWithHelpers<any> = Query<any> & any;
5353
```
@@ -102,7 +102,7 @@ This list will continue in future.
102102

103103
I prefer to use JS + DTS or JS DOC + TypeScript, because it solve every type issues, but not requires to write code in TypeScript
104104

105-
If it is not possible for you to follow this 2 solutions, please think about using those TS Guidelines. It will save you a lot of pain in future.
105+
If it is not possible for you to follow this 2 solutions, please think about using those TS Guidelines. It will reduce your pain in the future.
106106

107107
TypeScript will sync their development within the JavaScript standard. This means there will be no TS Decorators and TypeScript will become more like JS Extension rather than a different language transpiled to JS.
108108

0 commit comments

Comments
 (0)