From dd5c854e05787d9ee4a7dc6b6ac6761ecea92bd9 Mon Sep 17 00:00:00 2001 From: Jurgen Van de Moere Date: Fri, 30 Dec 2016 04:41:28 +0100 Subject: [PATCH] docs(setup): fix typo --- public/docs/ts/latest/guide/setup.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/setup.jade b/public/docs/ts/latest/guide/setup.jade index c672b77d8d..7c789a638d 100644 --- a/public/docs/ts/latest/guide/setup.jade +++ b/public/docs/ts/latest/guide/setup.jade @@ -63,7 +63,7 @@ code-example(language="sh" class="code-shell"). block qs-seed :marked The **QuickStart seed** contains the same application as the QuickStart playground. - But it's true purpose is to provide a solid foundation for _local_ development. + But its true purpose is to provide a solid foundation for _local_ development. Consequently, there are _many more files_ in the project folder on your machine, most of which you can [learn about later](setup-systemjs-anatomy.html "Setup Anatomy").