From c0bc203a7fdae80ae6b3c39b4ba0b8d69b2c03cb Mon Sep 17 00:00:00 2001 From: Daniel William <82675796+dwi13L@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:16:44 +0530 Subject: [PATCH] Fixed type in syntax.mdx --- docs/pages/product/data-modeling/syntax.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/product/data-modeling/syntax.mdx b/docs/pages/product/data-modeling/syntax.mdx index 2a8b82d9f8e88..9b0dfe4c483cb 100644 --- a/docs/pages/product/data-modeling/syntax.mdx +++ b/docs/pages/product/data-modeling/syntax.mdx @@ -542,7 +542,7 @@ LEFT JOIN contacts "contacts" ### Non-SQL references Outside [SQL expressions][self-sql-expressions], `column` is not recognized -as a column name; it is rather regonized as a member name. It means that, +as a column name; it is rather recognized as a member name. It means that, outside `sql` and `sql_table` parameters, you can skip the curly braces and reference members by their names directly: `member`, `cube_name.member`, or `CUBE.member`.