Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo in sources.md code snippet (#101)

authored by

vincent and committed by
GitHub
2e89f5cc bdacd44f

+1 -1
+1 -1
docs/api/sources.md
··· 123 123 124 124 ```typescript 125 125 import { makeSubject } from 'wonka' 126 - const subject = Wonka.makeSubject(); 126 + const subject = makeSubject(); 127 127 const { source, next, complete } = subject; 128 128 129 129 /* This will push the values synchronously to any subscribers of source */