chore: fix typo in ts-to-js intro

closes #1025
This commit is contained in:
Foxandxss
2016-03-31 16:06:08 +02:00
committed by Ward Bell
parent 17765a31ba
commit 3cf4c49504
+1 -1
View File
@@ -23,6 +23,6 @@
"ts-to-js": {
"title": "TypeScript to JavaScript",
"intro": "Convert Angular 2 TypeScript examples into ES5 JavaScrip"
"intro": "Convert Angular 2 TypeScript examples into ES5 JavaScript"
}
}