From 240a0dc4576e6a086dc1353024ee2914900132a0 Mon Sep 17 00:00:00 2001 From: Tomasz Adamski Date: Wed, 30 Dec 2015 15:25:06 +0100 Subject: [PATCH] Removed duplicated 'the' from TypeScript quickstart closes #624 --- public/docs/ts/latest/quickstart.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index f5df0a2448..128878ab97 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -352,7 +352,7 @@ figure.image-display ### Appendix: Browser ES6 support Angular 2 relies on some ES2015 features, most of them found in modern browsers. Some browsers (including IE 11) require a shim to support the - the needed functionality. + needed functionality. Try loading the following shim *above* the other scripts in the `index.html`: code-example(language="html" format=".").