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.