Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Commit be98281

Browse files
committed
Merge pull request #38 from jstrutz/patch-1
Tiny correction to documentation for `observe`
2 parents 0af763d + 46bef44 commit be98281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/Mixin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ At mount time, the initial `props` and `state` are passed as function parameters
99
Each successive time, the upcoming `props` and `state` are passed as parameters.
1010
This is because the method is called from `componentWillUpdate`.
1111
This method should return an object of key/value pairs, where each key denotes
12-
the name of a subscription, and each key is a Parse Query or
12+
the name of a subscription, and each value is a Parse Query or
1313
[Local Subscription](/docs/api/LocalSubscriptions.md).
1414

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

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

0 commit comments

Comments
 (0)