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

Commit 084061e

Browse files
committed
Typo fix in readme.md
1 parent d2b68e1 commit 084061e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ source
5656
});
5757
```
5858

59-
Now what if this data were to come as some sort of event, for example a stream, such as as a WebSocket, then we could pretty much write the same query to iterate our data, with very little change.
59+
Now what if this data were to come as some sort of event, for example a stream, such as a WebSocket, then we could pretty much write the same query to iterate our data, with very little change.
6060

6161
```js
6262
/* Get stock data somehow */

0 commit comments

Comments
 (0)