Skip to content

Commit

Permalink
fix: References typo (kysely-org#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcas1 authored and thecodrr committed Sep 3, 2024
1 parent e2544be commit f0ef8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/raw-builder/sql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export interface Sql {
* select "first_name" from person
* ```
*
* The refefences can also include a table name:
* The references can also include a table name:
*
* ```ts
* const columnRef = 'person.first_name'
Expand All @@ -161,7 +161,7 @@ export interface Sql {
* select "person"."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 columnRef = 'public.person.first_name'
Expand Down

0 comments on commit f0ef8e3

Please sign in to comment.