From 62814e8b141f1b91aeffcdf38179741d770cc13e Mon Sep 17 00:00:00 2001 From: Terrarix Date: Sun, 22 Jun 2025 22:12:46 +0530 Subject: [PATCH] fix typo --- www/src/content/docs/docs/start/standalone.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/content/docs/docs/start/standalone.mdx b/www/src/content/docs/docs/start/standalone.mdx index c205cdd9..78080cd2 100644 --- a/www/src/content/docs/docs/start/standalone.mdx +++ b/www/src/content/docs/docs/start/standalone.mdx @@ -367,7 +367,7 @@ This should log you in and print your user ID. ## Deploy your app -To are now ready to deploy your app and your OpenAuth server. A couple of changes you'll need to make. +You are now ready to deploy your app and your OpenAuth server. A couple of changes you'll need to make. 1. Use a more persistent `storage` like [DynamoDB](https://aws.amazon.com/dynamodb/) or [Cloudflare KV](https://developers.cloudflare.com/kv/) in your `auth/index.ts`. 2. Instead of printing out the code, email that to the user.