From 3cf4c4950413126e7d5c58b998a733874867101a Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Thu, 31 Mar 2016 16:06:08 +0200 Subject: [PATCH] chore: fix typo in ts-to-js intro closes #1025 --- public/docs/ts/latest/cookbook/_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/_data.json b/public/docs/ts/latest/cookbook/_data.json index b807cf5259..fe2f7b8954 100644 --- a/public/docs/ts/latest/cookbook/_data.json +++ b/public/docs/ts/latest/cookbook/_data.json @@ -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" } }