diff --git a/src/pages/[platform]/build-a-backend/auth/concepts/guest-access/index.mdx b/src/pages/[platform]/build-a-backend/auth/concepts/guest-access/index.mdx index 05c48d1ef1f..e347db2cc36 100644 --- a/src/pages/[platform]/build-a-backend/auth/concepts/guest-access/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/concepts/guest-access/index.mdx @@ -35,7 +35,7 @@ The Auth Plugin can be configured to automatically obtain guest credentials once -Amplify Auth can be configured to automatically obtain guest credentials once the device is online so that you are able to use other categories "anonymously" without the need to sign in. You will not be able to perform user specific methods while in this state such as updating attributes, changing your password, or getting the current user. However, you can obtain the unique Identity ID which is assigned to the device through the `fetchAuthSession` method [described here](/[platform]/build-a-backend/auth/connect-your-frontend/manage-user-session/). +Amplify Auth can be configured to automatically obtain guest credentials once the device is online so that you are able to use other categories "anonymously" without the need to sign in. You will not be able to perform user specific methods while in this state such as updating attributes, changing your password, or getting the current user. However, you can obtain the unique Identity ID which is assigned to the device through the `fetchAuthSession` method [described here](/[platform]/build-a-backend/auth/connect-your-frontend/manage-user-sessions/).