docs: fix "work"->"word" typo in server-communication.jade

closes #841
This commit is contained in:
Steve Schrab 2016-02-15 15:00:17 -06:00 committed by Ward Bell
parent bdc3e44dcb
commit be5c3d96e4
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ figure.image-display
:marked :marked
### 2. Search when the search term changes ### 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*. 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. Then the user backspaces over the last three letters, *lar*, and immediately re-types *lar* before pausing once more.