docs: Fix typo (#1504)

This commit is contained in:
Vikash Verma 2016-05-25 16:47:02 +05:30 committed by Thibault Sottiaux
parent df87178ef4
commit 551ac6dc9d
1 changed files with 1 additions and 1 deletions

View File

@ -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.