File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ merge of your pull request!
37
37
- [ ] Documentation added to the
38
38
[ docs site] ( https://github.com/testing-library/testing-library-docs )
39
39
- [ ] Tests
40
- - [ ] Typescript definitions updated
40
+ - [ ] TypeScript definitions updated
41
41
- [ ] Ready to be merged
42
42
<!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
43
43
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ sure to include those changes (if they exist) in your commit.
35
35
### Update Typings
36
36
37
37
If your PR introduced some changes in the API, you are more than welcome to
38
- modify the Typescript type definition to reflect those changes. Just modify the
39
- `/types/index.d.ts` file accordingly. If you have never seen Typescript
38
+ modify the TypeScript type definition to reflect those changes. Just modify the
39
+ `/types/index.d.ts` file accordingly. If you have never seen TypeScript
40
40
definitions before, you can read more about it in its
41
41
[documentation pages](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html).
42
- Though this library itself is not written in Typescript we use
42
+ Though this library itself is not written in TypeScript we use
43
43
[dtslint](https://github.com/microsoft/dtslint) to lint our typings.
44
44
45
45
## Help needed
You can’t perform that action at this time.
0 commit comments