Skip to content

Commit

Permalink
Merge pull request drizzle-team#3904 from stephan281094/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo (bacth β†’ batch)
  • Loading branch information
AndriiSherman authored Jan 8, 2025
2 parents eba87c6 + 32456cb commit 629b5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelogs/drizzle-orm/0.29.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ await migrate(db, {
});
```

### πŸŽ‰ SQLite Proxy bacth and Relational Queries support
### πŸŽ‰ SQLite Proxy batch and Relational Queries support

- You can now use `.query.findFirst` and `.query.findMany` syntax with sqlite proxy driver

Expand Down

0 comments on commit 629b5aa

Please sign in to comment.