Skip to content

Commit ab8a5c0

Browse files
authored
docs: Fix typo in syntax.mdx (#8918) — thanks, @dwi13L!
1 parent a7bab04 commit ab8a5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/product/data-modeling/syntax.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ LEFT JOIN contacts "contacts"
542542
### Non-SQL references
543543

544544
Outside [SQL expressions][self-sql-expressions], `column` is not recognized
545-
as a column name; it is rather regonized as a member name. It means that,
545+
as a column name; it is rather recognized as a member name. It means that,
546546
outside `sql` and `sql_table` parameters, you can skip the curly braces and
547547
reference members by their names directly: `member`, `cube_name.member`, or
548548
`CUBE.member`.

0 commit comments

Comments
 (0)