Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Fix typo #1504

Merged
merged 1 commit into from
May 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/quickstart.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down