diff --git a/src/content/docs/kit-overview.mdx b/src/content/docs/kit-overview.mdx index 7020f192..ab4d6b7c 100644 --- a/src/content/docs/kit-overview.mdx +++ b/src/content/docs/kit-overview.mdx @@ -12,9 +12,9 @@ import Prerequisites from "@mdx/Prerequisites.astro" # Migrations with Drizzle Kit - Get started with Drizzle and `drizzle-kit` - [read here](/docs/get-started) -- Drizzle schema foundamentals - [read here](/docs/sql-schema-declaration) +- Drizzle schema fundamentals - [read here](/docs/sql-schema-declaration) - Database connection basics - [read here](/docs/connect-overview) -- Drizzle migrations foundamentals - [read here](/docs/migrations) +- Drizzle migrations fundamentals - [read here](/docs/migrations) @@ -23,7 +23,7 @@ import Prerequisites from "@mdx/Prerequisites.astro" drizzle-kit -Make sure to first go through Drizzle [get started](/docs/get-started) and [migration foundamentals](/docs/migrations) and pick SQL migration flow that suits your business needs best. +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, @@ -120,4 +120,4 @@ You can provide Drizzle Kit config path via CLI param, it's very useful when you ├ 📜 drizzle-prod.config.ts ├ 📜 package.json └ 📜 tsconfig.json -``` \ No newline at end of file +```