Skip to content

Commit

Permalink
Merge pull request adambard#1046 from eush77/fix/typescript-typo
Browse files Browse the repository at this point in the history
[typescript/en] Fix typo
  • Loading branch information
geoffliu committed Apr 21, 2015
2 parents a5d38ae + 1078618 commit 8071dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TypeScript is a language that aims at easing development of large scale applicat
TypeScript adds common concepts such as classes, modules, interfaces, generics and (optional) static typing to JavaScript.
It is a superset of JavaScript: all JavaScript code is valid TypeScript code so it can be added seamlessly to any project. The TypeScript compiler emits JavaScript.

This article will focus only on TypeScript extra syntax, as oposed to [JavaScript] (../javascript/).
This article will focus only on TypeScript extra syntax, as opposed to [JavaScript] (../javascript/).

To test TypeScript's compiler, head to the [Playground] (http://www.typescriptlang.org/Playground) where you will be able to type code, have auto completion and directly see the emitted JavaScript.

Expand Down

0 comments on commit 8071dd3

Please sign in to comment.