You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ You can try out the nightly build of TypeScript (`npm install typescript@next`)
30
30
We also accept suggestions in the issue tracker.
31
31
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.
32
32
33
-
In general, things we find useful when reviewing suggestins are:
33
+
In general, things we find useful when reviewing suggestions are:
34
34
* A description of the problem you're trying to solve
35
35
* An overview of the suggested solution
36
36
* Examples of how the suggestion would work in various places
@@ -71,7 +71,7 @@ Your pull request should:
71
71
* Tests should include reasonable permutations of the target fix/change
72
72
* Include baseline changes with your change
73
73
* 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)
75
75
* To avoid line ending issues, set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration
0 commit comments