Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh1713 committed Feb 15, 2023
1 parent 9b3c45a commit d531c37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/query-builder/delete-query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ export class DeleteQueryBuilder<DB, TB extends keyof DB, O>
* .execute()
* ```
*
* The genrated SQL (PostgreSQL)
* The generated SQL (PostgreSQL)
*
* ```sql
* delete from "pet" returning *
Expand Down Expand Up @@ -542,6 +542,7 @@ export class DeleteQueryBuilder<DB, TB extends keyof DB, O>
* ```
*
* Return all columns from a single table.
*
* ```ts
* const result = ctx.db
* .deleteFrom('toy')
Expand Down

0 comments on commit d531c37

Please sign in to comment.