typo in "filter"
This commit is contained in:
parent
428b27c957
commit
0a3ea7e567
|
@ -10,7 +10,7 @@ body:
|
||||||
|
|
||||||
This filters a query further down by an [Expression :ref](../../expression/).
|
This filters a query further down by an [Expression :ref](../../expression/).
|
||||||
Most expressions involve filtering by fields through [F :ref](../../f/)
|
Most expressions involve filtering by fields through [F :ref](../../f/)
|
||||||
which allows you to perform comparisions with values that fields have.
|
which allows you to perform comparisons with values that fields have.
|
||||||
|
|
||||||
Multiple filter calls can be chained as an alternative to using an `and`
|
Multiple filter calls can be chained as an alternative to using an `and`
|
||||||
expression.
|
expression.
|
||||||
|
|
Loading…
Reference in New Issue