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.