From eb410fd0da04f67e0e6c7b5743586f43be35e255 Mon Sep 17 00:00:00 2001 From: Luke Simmons Date: Fri, 30 Jan 2026 22:54:00 -0800 Subject: [PATCH] Fix: "let's" typo in kit-overview.mdx "let's" means "let us", while "lets" means "allows". --- src/content/docs/kit-overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/kit-overview.mdx b/src/content/docs/kit-overview.mdx index c5155112..a525cb37 100644 --- a/src/content/docs/kit-overview.mdx +++ b/src/content/docs/kit-overview.mdx @@ -26,7 +26,7 @@ import Prerequisites from "@mdx/Prerequisites.astro" Make sure to first go through Drizzle [get started](/docs/get-started) and [migration fundamentals](/docs/migrations) and pick SQL migration flow that suits your business needs best. -Based on your schema, Drizzle Kit let's you generate and run SQL migration files, +Based on your schema, Drizzle Kit lets you generate and run SQL migration files, push schema directly to the database, pull schema from database, spin up drizzle studio and has a couple of utility commands. drizzle-kit generate