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

Fix spelling (#86)

Changed files
+1 -1
docs
+1 -1
docs/api/sources.md
···
- `next(value)` emits a value on the sink
- `complete()` ends the source and completes the sink
-
The subscriber function also needs ot return a `teardown` function. This function
+
The subscriber function also needs to return a `teardown` function. This function
is called when either `complete()` is called and the source ends, or if the source
is being cancelled, since the sink unsubscribed.