Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielkist committed Dec 23, 2024
1 parent 3462581 commit f3d40d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export interface LibAdapters {
/** Create a mikro-orm instance bound to this db */
createMikroOrm(mikroOrmOptions: any, queryLatency?: number): Promise<any>

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

0 comments on commit f3d40d2

Please sign in to comment.