Skip to content

Fix typo "foundamentals" to "fundamentals" in kit-overview.mdx #583

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/docs/kit-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import Prerequisites from "@mdx/Prerequisites.astro"
# Migrations with Drizzle Kit
<Prerequisites>
- 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)
</Prerequisites>


Expand All @@ -23,7 +23,7 @@ import Prerequisites from "@mdx/Prerequisites.astro"
drizzle-kit
</Npm>
<Callout type="warning">
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.
</Callout>

Based on your schema, Drizzle Kit let's you generate and run SQL migration files,
Expand Down Expand Up @@ -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
```
```