diff --git a/docs/guides/configure/auth-strategies/social-connections/apple.mdx b/docs/guides/configure/auth-strategies/social-connections/apple.mdx index 401513a3bc..29eacd4437 100644 --- a/docs/guides/configure/auth-strategies/social-connections/apple.mdx +++ b/docs/guides/configure/auth-strategies/social-connections/apple.mdx @@ -20,8 +20,10 @@ description: Learn how to allow users to sign up and sign in to your Clerk app w Enabling OAuth via [Sign in with Apple](https://developer.apple.com/sign-in-with-apple/) allows your users to sign in and sign up to your Clerk app with their Apple ID. -> [!IMPORTANT] -> This guide explains how to configure Sign in with Apple for web based flows. To configure native Sign in with Apple on native applications (iOS), see the [dedicated guide](/docs/guides/configure/auth-strategies/sign-in-with-apple). + + > [!IMPORTANT] + > This guide explains how to configure Sign in with Apple for web-based flows. To configure Sign in with Apple on native applications (such as iOS or Expo apps), see the [dedicated guide](/docs/guides/configure/auth-strategies/sign-in-with-apple). + ## Configure for your development instance