Removed duplicated 'the' from TypeScript quickstart

closes #624
This commit is contained in:
Tomasz Adamski 2015-12-30 15:25:06 +01:00 committed by Ward Bell
parent 7269d3481d
commit 240a0dc457
1 changed files with 1 additions and 1 deletions

View File

@ -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=".").