diff --git a/docs/quickstarts/expo.mdx b/docs/quickstarts/expo.mdx index 1ef8b7da8e..1e642dfa86 100644 --- a/docs/quickstarts/expo.mdx +++ b/docs/quickstarts/expo.mdx @@ -176,7 +176,7 @@ description: Add authentication and user management to your Expo app with Clerk. export const tokenCache = Platform.OS !== 'web' ? createTokenCache() : undefined ``` 1. Update your root layout to use the token cache: - ```tsx {{ filename: 'app/_layout.tsx', mark: [3, 13] }} + ```tsx {{ filename: 'app/_layout.tsx', mark: [1, 13] }} import { tokenCache } from '@/cache' import { ClerkProvider, ClerkLoaded } from '@clerk/clerk-expo' import { Slot } from 'expo-router'