diff --git a/src/fragments/lib/datastore/js/other-methods.mdx b/src/fragments/lib/datastore/js/other-methods.mdx index a6c304c1e09..3095f00c714 100644 --- a/src/fragments/lib/datastore/js/other-methods.mdx +++ b/src/fragments/lib/datastore/js/other-methods.mdx @@ -10,7 +10,7 @@ await DataStore.clear(); -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. +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.