From 11b2cf3403643458a00a5e4e713a3329409c76d0 Mon Sep 17 00:00:00 2001 From: Prakash-Sundaresan <36124460+Prakash-Sundaresan@users.noreply.github.com> Date: Fri, 7 Nov 2025 13:02:42 -0800 Subject: [PATCH] Fix grammatical errors in README.md --- samples/mastra-nextjs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/mastra-nextjs/README.md b/samples/mastra-nextjs/README.md index 0dddb869..96dd636b 100644 --- a/samples/mastra-nextjs/README.md +++ b/samples/mastra-nextjs/README.md @@ -54,7 +54,7 @@ The [PostgreSQL database connection string](https://www.postgresql.org/docs/curr ### `DB_SSL` -Set to `true` to enable SSL. Set to `false` to disable SSL. (Can be set directly in the docker compose file) +Set to `true` to enable SSL. Set to `false` to disable SSL. (Can be set directly in the Docker Compose file.) ### `GITHUB_TOKEN` (Optional) @@ -101,7 +101,7 @@ If you want to deploy to your own cloud account, you can [use Defang BYOC](https > [!WARNING] > **Extended deployment time:** This sample creates a managed PostgreSQL database which may take upwards of 20 minutes to provision on first deployment. Subsequent deployments are much faster (2-5 minutes). -This sample was base off of mastra's [repo-chat sample](https://github.com/mastra-ai/repo-base). +This sample was based off of mastra's [repo-chat sample](https://github.com/mastra-ai/repo-base). ---