From 0a3ea7e567b044fba9539b186b49b3803b57db6d Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Wed, 3 Feb 2016 16:07:50 -0500 Subject: [PATCH] typo in "filter" --- content/docs/api/db/query/filter/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/db/query/filter/contents.lr b/content/docs/api/db/query/filter/contents.lr index 1a78b7fe..9a1aefef 100644 --- a/content/docs/api/db/query/filter/contents.lr +++ b/content/docs/api/db/query/filter/contents.lr @@ -10,7 +10,7 @@ body: This filters a query further down by an [Expression :ref](../../expression/). 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` expression.