Skip to content

Commit 7623838

Browse files
committed
nit
1 parent 49aa99a commit 7623838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/js/local-datastore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ await Parse.Object.pinAllWithName('MyScores', listOfObjects);
7777
await anotherGameScore.pinWithName('MyScores');
7878
```
7979

80-
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.
80+
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.
8181

8282
```javascript
8383
await Parse.Object.unPinAllWithName('MyScores', listOfObjects);

0 commit comments

Comments
 (0)