From 6d26d1e9873eea5a3437663bb27d97b693046b73 Mon Sep 17 00:00:00 2001 From: Josh Hansen Date: Thu, 19 Dec 2024 23:18:01 -0800 Subject: [PATCH] Fix small sql.attribue typo (#777) --- docs/querying/select-in-depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/select-in-depth.md b/docs/querying/select-in-depth.md index c4ca6c27..92b6ab09 100644 --- a/docs/querying/select-in-depth.md +++ b/docs/querying/select-in-depth.md @@ -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({