Skip to content

Commit

Permalink
nit: typo (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru authored Oct 1, 2023
1 parent 84d8898 commit 696a833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ To recap, the elements of the order array can be the following:
* The content of `raw` will be added verbatim without quoting
* Everything else is ignored, and if raw is not set, the query will fail
* A call to `Sequelize.fn` (which will generate a function call in SQL)
* A call to `Sequelize.col` (which will quoute the column name)
* A call to `Sequelize.col` (which will quote the column name)

### Grouping

Expand Down

0 comments on commit 696a833

Please sign in to comment.