Skip to content

Commit 786d79a

Browse files
authored
Update typescript -> TypeScript
1 parent de924c2 commit 786d79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/why-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $(123).show(); // Error: selector needs to be a string
114114
We will discuss the details of creating TypeScript definitions for existing JavaScript in detail later once you know more about TypeScript (e.g. stuff like `interface` and the `any`).
115115

116116
## Future JavaScript => Now
117-
TypeScript provides a number of features that are planned in ES6 for current JavaScript engines (that only support ES5 etc). The typescript team is actively adding these features and this list is only going to get bigger over time and we will cover this in its own section. But just as a specimen here is an example of a class:
117+
TypeScript provides a number of features that are planned in ES6 for current JavaScript engines (that only support ES5 etc). The TypeScript team is actively adding these features and this list is only going to get bigger over time and we will cover this in its own section. But just as a specimen here is an example of a class:
118118

119119
```ts
120120
class Point {

0 commit comments

Comments
 (0)