From ce9670abe98fb3cadc62c293ae3728a89e775ed6 Mon Sep 17 00:00:00 2001 From: John Bakhmat Date: Mon, 19 Aug 2024 12:44:35 +0300 Subject: [PATCH] chore:docs(en): Fix typo in installation.mdx (#1956) --- www/src/pages/en/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/pages/en/installation.mdx b/www/src/pages/en/installation.mdx index cc7b3bf127..6b520aff59 100644 --- a/www/src/pages/en/installation.mdx +++ b/www/src/pages/en/installation.mdx @@ -54,7 +54,7 @@ For our CI, we have some experimental flags that allow you to scaffold any app w | `--CI` | Let the CLI know you're in CI mode | | `--trpc` | Include tRPC in the project | | `--prisma` | Include Prisma in the project | -| `--drizzle` | Inlcude Drizzle in the project | +| `--drizzle` | Include Drizzle in the project | | `--nextAuth` | Include NextAuth.js in the project | | `--tailwind` | Include Tailwind CSS in the project | | `--dbProvider [provider]` | Include a configured database in the project |