File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ https://github.com/emberwatch/ember-cli-typescript/wiki/tsconfig-how-to
60
60
61
61
## Incremental adoption
62
62
63
- If you porting an existing app to typescript you can install this addon and
63
+ If you are porting an existing app to TypeScript, you can install this addon and
64
64
migrate your files incrementally by changing their extensions from ` .js ` to
65
65
` .ts ` . A good approach is to start at your leaf files and then work your way
66
- up. As typescript starts to find errors make sure to celebrate your (small)
66
+ up. As TypeScript starts to find errors, make sure to celebrate your (small)
67
67
wins with your team, specially if some people are not convinced yet. We would also
68
68
love to hear your stories.
69
69
You can’t perform that action at this time.
0 commit comments