Skip to content

Commit 992dd05

Browse files
committed
Typo fixes in CONTRIBUTING.md
1 parent ec911d6 commit 992dd05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can try out the nightly build of TypeScript (`npm install typescript@next`)
3030
We also accept suggestions in the issue tracker.
3131
Be sure to [check the FAQ](https://github.com/Microsoft/TypeScript/wiki/FAQ) and [search](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue) first.
3232

33-
In general, things we find useful when reviewing suggestins are:
33+
In general, things we find useful when reviewing suggestions are:
3434
* A description of the problem you're trying to solve
3535
* An overview of the suggested solution
3636
* Examples of how the suggestion would work in various places
@@ -71,7 +71,7 @@ Your pull request should:
7171
* Tests should include reasonable permutations of the target fix/change
7272
* Include baseline changes with your change
7373
* All changed code must have 100% code coverage
74-
* Follow the code conventions descriped in [Coding guidelines](https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines)
74+
* Follow the code conventions described in [Coding guidelines](https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines)
7575
* To avoid line ending issues, set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration
7676

7777
## Contributing `lib.d.ts` fixes

0 commit comments

Comments
 (0)