Skip to content

Commit 32d64bc

Browse files
committed
docs(recipes): fix typo in recipe
1 parent daceca7 commit 32d64bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/Examples-Tutorials-Recipes/Recipes/incrementally-building-pre-aggregations-for-a-date-range.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ range within the users table, we would be unable to as the current configuration
8282
only applies the date range to the final result of the SQL query defined in
8383
`sql`.
8484

85-
In order to do the above, we'll "pugh down" the predicates to the inner SQL
85+
In order to do the above, we'll "push down" the predicates to the inner SQL
8686
query using [`FILTER_PARAMS`][ref-schema-ref-cube-filterparam] in conjunction
8787
with the [`buildRangeStart` and `buildRangeStart`
8888
properties][ref-schema-ref-preagg-buildrange]:

0 commit comments

Comments
 (0)