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 */