From 7f256eea75ab73ecfc2f4183b14ab52b73961f7f Mon Sep 17 00:00:00 2001 From: Helmi Date: Mon, 13 Jun 2016 14:30:09 +0700 Subject: [PATCH] Fix typo in 'Simulating the web api' section. closes #1655 --- public/docs/ts/latest/tutorial/toh-pt6.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt6.jade b/public/docs/ts/latest/tutorial/toh-pt6.jade index 09d52d3058..8d32a88f72 100644 --- a/public/docs/ts/latest/tutorial/toh-pt6.jade +++ b/public/docs/ts/latest/tutorial/toh-pt6.jade @@ -80,7 +80,7 @@ code-example(language="bash"). .alert.is-helpful :marked - This chaper is an introduction to the Angular http client. + This chapter is an introduction to the Angular http client. Please don't be distracted by the details of this backend substitution. Just follow along with the example. Learn more later about the *in-memory web api* in the [Http chapter](../guide/server-communication.html#!#in-mem-web-api).