Skip to content

Commit

Permalink
Fix minor typo (bacth β†’ batch)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan281094 authored Jan 5, 2025
1 parent 04c9143 commit 32456cb
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 32456cb

Please sign in to comment.