From be5c3d96e4b92a0258ffbe303d4c22bddd29ba61 Mon Sep 17 00:00:00 2001 From: Steve Schrab Date: Mon, 15 Feb 2016 15:00:17 -0600 Subject: [PATCH] docs: fix "work"->"word" typo in server-communication.jade closes #841 --- public/docs/ts/latest/guide/server-communication.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/server-communication.jade b/public/docs/ts/latest/guide/server-communication.jade index e2c2b4a176..4583bcf317 100644 --- a/public/docs/ts/latest/guide/server-communication.jade +++ b/public/docs/ts/latest/guide/server-communication.jade @@ -481,7 +481,7 @@ figure.image-display :marked ### 2. Search when the search term changes - Suppose the user enters the work *angular* in the search box and pauses for a while. + Suppose the user enters the word *angular* in the search box and pauses for a while. The application issues a search request for *Angular*. Then the user backspaces over the last three letters, *lar*, and immediately re-types *lar* before pausing once more.