Skip to content

Commit 8c36022

Browse files
committed
fix: typo in docs
1 parent 36c15cd commit 8c36022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/Schema/Reference/cube.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ FILTER_PARAMS.<CUBE_NAME>.<FILTER_NAME>.filter(expression)
707707

708708
Heavy usage of FILTER_PARAMS is considered a bad practice. It usually leads to hard to maintain data model.
709709

710-
Good rule of thumb is to use FILTER_PARAMS only for predict pushdown performance optimizations.
710+
Good rule of thumb is to use FILTER_PARAMS only for predicate pushdown performance optimizations.
711711

712712
If you find yourself relying a lot on FILTER_PARAMS, it might mean you'll need to
713713

0 commit comments

Comments
 (0)