From 0fab09191c856a0722e360c0b880798bfa1c61e8 Mon Sep 17 00:00:00 2001 From: Yosmany Garcia Date: Fri, 19 Jul 2024 12:35:11 -0700 Subject: [PATCH] Fix typo (#1296) --- docs/quickstarts/expo.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstarts/expo.mdx b/docs/quickstarts/expo.mdx index 83d0424388..d2980286da 100644 --- a/docs/quickstarts/expo.mdx +++ b/docs/quickstarts/expo.mdx @@ -35,7 +35,7 @@ description: Add authentication and user management to your Expo app with Clerk. ### Create an Expo application -To get started using Clerk with Expo, create a new Expo project and install the nessecary dependencies. See the [Expo documentation](https://docs.expo.dev/tutorial/create-your-first-app/) for more information. +To get started using Clerk with Expo, create a new Expo project and install the necessary dependencies. See the [Expo documentation](https://docs.expo.dev/tutorial/create-your-first-app/) for more information. ```bash filename="terminal"