From 551ac6dc9d875887b85d263a4722fc8ea850a739 Mon Sep 17 00:00:00 2001 From: Vikash Verma Date: Wed, 25 May 2016 16:47:02 +0530 Subject: [PATCH] docs: Fix typo (#1504) --- 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 1ee4a13068..6288621a68 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -433,7 +433,7 @@ h2#index Step 4: Add #[code index.html] * We see compiler warnings and errors that are hidden from us in the browser. - * Precompilation simpifies the module loading process and + * Precompilation simplifies the module loading process and it's much easier to diagnose problems when this is a separate, external step. * Precompilation means a faster user experience because the browser doesn't waste time compiling.