Skip to content

Commit 4c91e59

Browse files
fix: typo "suites" to "suits"
1 parent 68ab68a commit 4c91e59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/kit-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import Prerequisites from "@mdx/Prerequisites.astro"
2323
drizzle-kit
2424
</Npm>
2525
<Callout type="warning">
26-
Make sure to first go through Drizzle [get started](/docs/get-started) and [migration foundamentals](/docs/migrations) and pick SQL migration flow that suites your business needs best.
26+
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.
2727
</Callout>
2828

2929
Based on your schema, Drizzle Kit let's you generate and run SQL migration files,

src/content/docs/migrations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SQL databases require you to specify a **strict schema** of entities you're goin
2020
and if (when) you need to change the shape of those entities - you will need to do it via **schema migrations**.
2121

2222
There're multiple production grade ways of managing database migrations.
23-
Drizzle is designed to perfectly suite all of them, regardless of you going **database first** or **codebase first**.
23+
Drizzle is designed to perfectly suits all of them, regardless of you going **database first** or **codebase first**.
2424

2525
**Database first** is when your database schema is a source of truth. You manage your database schema either directly on the database or
2626
via database migration tools and then you pull your database schema to your codebase application level entities.

0 commit comments

Comments
 (0)