From f3d40d21a83975ba2f4afc312187acb26e390cb9 Mon Sep 17 00:00:00 2001 From: ogabrielkist Date: Mon, 23 Dec 2024 10:35:40 -0300 Subject: [PATCH] docs: typo --- src/interfaces.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces.ts b/src/interfaces.ts index 9c89d46..dbfc478 100644 --- a/src/interfaces.ts +++ b/src/interfaces.ts @@ -226,7 +226,7 @@ export interface LibAdapters { /** Create a mikro-orm instance bound to this db */ createMikroOrm(mikroOrmOptions: any, queryLatency?: number): Promise - /** Creates a Postres.js `sql` tag bound to this db */ + /** Creates a Postgres.js `sql` tag bound to this db */ createPostgresJsTag(queryLatency?: number): any; /** Binds a server to this instance */