Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Feb 13, 2019
1 parent 49aa99a commit 7623838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/js/local-datastore.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ await Parse.Object.pinAllWithName('MyScores', listOfObjects);
await anotherGameScore.pinWithName('MyScores');
```

To unpin all of the objects with the same label at the same time, you can pass a label to the unpin methods. This saves you from having to manually track which objects are in each group you care about.
To unpin all of the objects with the same label at the same time, you can pass a label to the unpin methods. This saves you from having to manually track which objects are in each group.

```javascript
await Parse.Object.unPinAllWithName('MyScores', listOfObjects);
Expand Down

0 comments on commit 7623838

Please sign in to comment.