Skip to content

Commit 740524a

Browse files
authored
Merge pull request #498 from EdRW/patch-1
fix: typo in generated-columns.mdx
2 parents 5439acd + 21c5919 commit 740524a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/generated-columns.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Generated columns can be especially useful for:
5151

5252
#### Drizzle side
5353
In Drizzle you can specify `.generatedAlwaysAs()` function on any column type and add a supported sql query,
54-
that will generate this column data do you
54+
that will generate this column data for you.
5555

5656
#### Features
5757
This function can accept generated expression in 3 ways:
@@ -349,4 +349,4 @@ Generated columns can be especially useful for:
349349
<Tab>
350350
Work in Progress
351351
</Tab>
352-
</Tabs>
352+
</Tabs>

0 commit comments

Comments
 (0)