We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea0705a + 1563191 commit a502220Copy full SHA for a502220
src/content/docs/migrations.mdx
@@ -54,7 +54,7 @@ It is perfect wether you work alone or in a team.
54
55
<Callout collapsed="Expand details">
56
That's a **database first** approach. You have your database schema as a **source of truth** and
57
-Drizzle let's you pull database schema to TypeScript using [`drizzle-kit pull`](/docs/drizzle-kit-pull) command.
+Drizzle lets you pull database schema to TypeScript using [`drizzle-kit pull`](/docs/drizzle-kit-pull) command.
58
59
<Section>
60
```
@@ -409,4 +409,4 @@ CREATE TABLE "users" (
409
</Callout>
410
411
<rem/>
412
-<rem/>
+<rem/>
0 commit comments