Skip to content

Commit

Permalink
Fix small sql.attribue typo (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
skwash authored Dec 20, 2024
1 parent 437ecff commit 6d26d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/querying/select-in-depth.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ SELECT * FROM "users" AS "user" WHERE "user"."createdAt" > CAST('2012-01-01' AS

### Referring to other attributes

If you want to use the value of another attribute, you can use the [`sql.attribue`](./raw-queries.mdx#sqlattribute) function:
If you want to use the value of another attribute, you can use the [`sql.attribute`](./raw-queries.mdx#sqlattribute) function:

```js
Article.findAll({
Expand Down

0 comments on commit 6d26d1e

Please sign in to comment.