Skip to content

Commit 3ad810c

Browse files
committed
fix docs
1 parent 4c875b7 commit 3ad810c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/pages/reference/data-model/cube.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ When applicable, it will be displayed in [Playground][ref-playground] and expose
358358
to data consumers via [APIs and integrations][ref-apis].
359359

360360
A description can give a hint both to your team and end users, making sure they
361-
interpret the data correctly.
361+
interpret the data correctly.
362362

363363
<CodeTabs>
364364

@@ -478,7 +478,8 @@ cubes:
478478
479479
`every` - can be set as an interval with granularities `second`, `minute`,
480480
`hour`, `day`, and `week` or accept CRON string with some limitations. If you
481-
set `every` as CRON string, you can use the `timezone` parameter.
481+
set `every` as CRON string, you can use the `timezone` parameter. It takes
482+
precedence over the query timezone.
482483

483484
For example:
484485

@@ -643,4 +644,4 @@ The `access_policy` parameter is used to configure [data access policies][ref-re
643644
[ref-ref-joins]: /reference/data-model/joins
644645
[ref-ref-pre-aggs]: /reference/data-model/pre-aggregations
645646
[ref-ref-dap]: /reference/data-model/data-access-policies
646-
[ref-syntax-cube-sql]: /product/data-modeling/syntax#cubesql-function
647+
[ref-syntax-cube-sql]: /product/data-modeling/syntax#cubesql-function

0 commit comments

Comments
 (0)