Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.
Merged
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
4 changes: 2 additions & 2 deletions docs/api/Mixin.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ At mount time, the initial `props` and `state` are passed as function parameters
Each successive time, the upcoming `props` and `state` are passed as parameters.
This is because the method is called from `componentWillUpdate`.
This method should return an object of key/value pairs, where each key denotes
the name of a subscription, and each key is a Parse Query or
the name of a subscription, and each value is a Parse Query or
[Local Subscription](/docs/api/LocalSubscriptions.md).

Additionally, it adds the following methods to the component:
Expand All @@ -27,4 +27,4 @@ Forces a query to fetch new results. If `queryNames` is not provided, it will
check the status of every query attached to this object.

- `queryNames` (optional): A query name, or array of query names. The queries
with those names will be refreshed.
with those names will be refreshed.