diff --git a/changelogs/drizzle-orm/0.29.5.md b/changelogs/drizzle-orm/0.29.5.md index 9ef656b57..74748caad 100644 --- a/changelogs/drizzle-orm/0.29.5.md +++ b/changelogs/drizzle-orm/0.29.5.md @@ -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