Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 6879837

Browse files
judytunamattpodwysocki
authored andcommitted
tiny grammar fix (#1455)
1 parent e592442 commit 6879837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This set of libraries include:
114114

115115
One question you may ask yourself is why RxJS? What about Promises? Promises are good for solving asynchronous operations such as querying a service with an XMLHttpRequest, where the expected behavior is one value and then completion. Reactive Extensions for JavaScript unify both the world of Promises, callbacks as well as evented data such as DOM Input, Web Workers, and Web Sockets. Unifying these concepts enables rich composition.
116116

117-
To give you an idea about rich composition, we can create an autocompletion service which takes user input from a text input and then throttles queries a service (to avoid flooding the service with calls for every key stroke).
117+
To give you an idea about rich composition, we can create an autocompletion service which takes user input from a text input and then throttles queries to a service (to avoid flooding the service with calls for every key stroke).
118118

119119
First, we'll reference the JavaScript files, including jQuery, although RxJS has no dependencies on jQuery...
120120
```html

0 commit comments

Comments
 (0)