Skip to content

Commit 63cc78c

Browse files
committed
Merge pull request #37 from ryanluker/patch-1
cleanup grammar
2 parents 1dc5a4b + c7ca356 commit 63cc78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/why-typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You might be wondering "**Why add types to JavaScript?**"
1111

1212
Types have proven ability to enhance code quality and understandability. Large teams (google,microsoft,facebook) have continually arrived at this conclusion. Specifically:
1313

14-
* Types increase you agility when doing refactoring. *Its better for the compiler to catch errors than to have things fail at runtime*.
14+
* Types increase your agility when doing refactoring. *Its better for the compiler to catch errors than to have things fail at runtime*.
1515
* Types are one of the best forms of documentation you can have. *The function signature is a theorem and the function body is the proof*.
1616

1717
However types have a way of being unnecessarily ceremonious. TypeScript is very particular about keeping the barrier to entry as low as possible. Here's how:

0 commit comments

Comments
 (0)