From 959b9dc3a79ca7826970e7f908a148356718599a Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Mon, 16 Mar 2020 20:36:46 +0100 Subject: [PATCH] Fix typo on "where" page The phrase "Instead of set field on all pages, you can set field on required pages only." seems to be grammatically incorrect. I have changed it to: "Instead of setting a field on all pages, you can set that field on required pages only." --- content/en/functions/where.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/where.md b/content/en/functions/where.md index be95c127b..405d4ccfd 100644 --- a/content/en/functions/where.md +++ b/content/en/functions/where.md @@ -138,7 +138,7 @@ You can also nest `where` clauses to drill down on lists of content by more than Filtering only works for set fields. To check whether a field is set or exists, you can use the operand `nil`. -This can be useful to filter a small amount of pages from a large pool. Instead of set field on all pages, you can set field on required pages only. +This can be useful to filter a small amount of pages from a large pool. Instead of setting a field on all pages, you can set that field on required pages only. Only the following operators are available for `nil`