Skip to content

Commit de37a86

Browse files
Merge pull request #522 from skorekm/fix/typo-in-query-data-section
fix: typo in query data section
2 parents 60c1f6d + 7d14d17 commit de37a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/data-querying.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Prerequisites from "@mdx/Prerequisites.astro";
1212
- How to connect to the database - [Connection Fundamentals](/docs/connect-overview)
1313
</Prerequisites>
1414

15-
Drizzle gives you a few ways for querying you database and it's up to you to decide which one you'll need in your next project.
15+
Drizzle gives you a few ways for querying your database and it's up to you to decide which one you'll need in your next project.
1616
It can be either SQL-like syntax or Relational Syntax. Let's check them:
1717

1818
## Why SQL-like?

0 commit comments

Comments
 (0)