Skip to content

Commit df46e10

Browse files
david-mcafeeiartemiev
authored andcommitted
fix(data): fix DataStore typo (#5098)
1 parent f6573f1 commit df46e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fragments/lib/datastore/js/other-methods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ await DataStore.clear();
1010

1111
<Callout>
1212

13-
If your app is has authentication implemented, it is recommended to call `DataStore.clear()` on signin/signout to remove any user-specific data. This method is often important to use for shared device scenarios or where you need to purge the local on-device storage of records for security/privacy concerns.
13+
If your app has authentication implemented, it is recommended to call `DataStore.clear()` on sign-in/sign-out to remove any user-specific data. This method is often important to use for shared device scenarios or where you need to purge the local on-device storage of records for security/privacy concerns.
1414

1515
</Callout>
1616

0 commit comments

Comments
 (0)