diff --git a/source/sdk/kotlin/users/authenticate-users.txt b/source/sdk/kotlin/users/authenticate-users.txt index f0d2414860..1f4f639c63 100644 --- a/source/sdk/kotlin/users/authenticate-users.txt +++ b/source/sdk/kotlin/users/authenticate-users.txt @@ -360,7 +360,7 @@ property: .. literalinclude:: /examples/generated/kotlin/AuthenticationTest.snippet.retrieve-current-user.kt :language: kotlin. -Use this to login offline or :ref:`call an Atlas Function +Use this to log in offline or :ref:`call an Atlas Function ` upon subsequent app opens. The ``currentUser`` object is persisted in local storage, so even diff --git a/source/sdk/kotlin/users/delete-users.txt b/source/sdk/kotlin/users/delete-users.txt index 40293ccc0d..439a6a69be 100644 --- a/source/sdk/kotlin/users/delete-users.txt +++ b/source/sdk/kotlin/users/delete-users.txt @@ -37,7 +37,7 @@ The ``user.remove()`` method acts as follows: - Deletes synced realms associated with the user from the device. - Sets the `User.State <{+kotlin-sync-prefix+}io.realm.kotlin.mongodb/-user/-state/index.html>`__ - to ``REMOVED`` + to ``REMOVED``. Because removing a user deletes any synced realms owned by the user, you should only call this method after closing the user's realms. @@ -55,7 +55,7 @@ method on a logged-in user: The ``user.delete()`` method performs the following: -- deletes synced realms associated with the user from the device +- Deletes synced realms associated with the user from the device. - deletes the ``User`` object from the Atlas App Services server - sets the `User.State <{+kotlin-sync-prefix+}io.realm.kotlin.mongodb/-user/-state/index.html>`__