From 812968d76b90d8ea17632219f6c61cc8731c8d8f Mon Sep 17 00:00:00 2001 From: Jurgen Van de Moere Date: Tue, 3 Jan 2017 00:07:49 +0100 Subject: [PATCH] docs(setup): fix typo (#3048) --- 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 47c3cf9aca..8db101b32a 100644 --- a/public/docs/ts/latest/guide/setup.jade +++ b/public/docs/ts/latest/guide/setup.jade @@ -71,7 +71,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").