From 1774ef852837d82b40d36adfa4816f050b0ba350 Mon Sep 17 00:00:00 2001
From: MrTanoshii <47116127+MrTanoshii@users.noreply.github.com>
Date: Sat, 7 Mar 2026 23:56:46 -0500
Subject: [PATCH] fix: typo in drizzle migrations
---
src/content/docs/migrations.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/docs/migrations.mdx b/src/content/docs/migrations.mdx
index e9bc516f..dd8cb0f8 100644
--- a/src/content/docs/migrations.mdx
+++ b/src/content/docs/migrations.mdx
@@ -39,7 +39,7 @@ drizzle-kit pull
It is designed to let you choose how to approach migrations based on your current business demands.
It fits in both database and codebase first approaches, it lets you **push your schema** or **generate SQL migration** files or **pull the schema** from database.
-It is perfect wether you work alone or in a team.
+It is perfect whether you work alone or in a team.