Skip to content

Commit a502220

Browse files
authored
Merge pull request #501 from dmint789/patch-1
Remove unnecessary apostrophe in migrations.mdx
2 parents ea0705a + 1563191 commit a502220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/migrations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ It is perfect wether you work alone or in a team.
5454
5555
<Callout collapsed="Expand details">
5656
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.
57+
Drizzle lets you pull database schema to TypeScript using [`drizzle-kit pull`](/docs/drizzle-kit-pull) command.
5858

5959
<Section>
6060
```
@@ -409,4 +409,4 @@ CREATE TABLE "users" (
409409
</Callout>
410410
411411
<rem/>
412-
<rem/>
412+
<rem/>

0 commit comments

Comments
 (0)