Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix typo in operators.md #171

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Operators in Wonka allow you to transform values from a source before they are s
Buffers emissions from an outer source and emits a buffer array of items every time an
inner source (notifier) emits.

This operator can be used to group values into a arrays on a source. The emitted values will
This operator can be used to group values from a source into an array. The emitted values will
be sent when a notifier fires and will be arrays of all items before the notification event.

In combination with `interval` this can be used to group values in chunks regularly.
Expand Down
Loading