Skip to content

Commit

Permalink
fix minor typo in raw-builder/sql (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-tildei authored Feb 7, 2025
1 parent 660dfb4 commit 0711472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raw-builder/sql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export interface Sql {
* select first_name from "person"
* ```
*
* The refefences can also include a schema on supported databases:
* The references can also include a schema on supported databases:
*
* ```ts
* const table = 'public.person'
Expand Down

0 comments on commit 0711472

Please sign in to comment.