From ea9216ce8a2a8a50a048a0761a4a02a4c249badb Mon Sep 17 00:00:00 2001 From: jbnizet Date: Sun, 6 Mar 2016 15:12:22 +0100 Subject: [PATCH] docs: fix typo closes #916 change `throught` to `through` in TS tutorial --- public/docs/ts/latest/guide/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/index.jade b/public/docs/ts/latest/guide/index.jade index bb1a1a68fa..a6728b3a79 100644 --- a/public/docs/ts/latest/guide/index.jade +++ b/public/docs/ts/latest/guide/index.jade @@ -66,7 +66,7 @@ table(width="100%") We don't have to read the guide straight through. Most chapters stand on their own. We recommend a learning path for those new to Angular. - Most of that path runs throught the *Basics* section: + Most of that path runs through the *Basics* section: 1. Read the [Architecture Overview](architecture.html) to get the big picture.