Skip to content

Commit 6d26d1e

Browse files
authored
Fix small sql.attribue typo (#777)
1 parent 437ecff commit 6d26d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/querying/select-in-depth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ SELECT * FROM "users" AS "user" WHERE "user"."createdAt" > CAST('2012-01-01' AS
207207

208208
### Referring to other attributes
209209

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

212212
```js
213213
Article.findAll({

0 commit comments

Comments
 (0)