From a53538e07ab93a2c68901dbc9491952423de1e8d Mon Sep 17 00:00:00 2001 From: Zachary Ebenfeld Date: Tue, 2 Jun 2026 04:21:44 -0400 Subject: [PATCH] Fix typo in app releasing process documentation --- docs/src/content/docs/ci-cd/app-releasing-process.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/ci-cd/app-releasing-process.mdx b/docs/src/content/docs/ci-cd/app-releasing-process.mdx index f7ea267a..74cb2e49 100644 --- a/docs/src/content/docs/ci-cd/app-releasing-process.mdx +++ b/docs/src/content/docs/ci-cd/app-releasing-process.mdx @@ -75,7 +75,7 @@ To setup the release process to your app, you need to follow these steps: First, make sure to create an [Expo](expo.dev) account then create a new organization for your project. -When then name of your organization is ready, you need to update the `EXPO_ACCOUNT_OWNER` variable in `env.ts` file with the name of your organization. +When the name of your organization is ready, you need to update the `EXPO_ACCOUNT_OWNER` variable in `env.ts` file with the name of your organization. **For QA release:**