summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/where.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/where.md')
-rw-r--r--docs/content/en/functions/where.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/where.md b/docs/content/en/functions/where.md
index ece4acb21..be95c127b 100644
--- a/docs/content/en/functions/where.md
+++ b/docs/content/en/functions/where.md
@@ -114,7 +114,7 @@ You can also put the returned value of the `where` clauses into a variable:
## Use `where` with `first`
-Using `first` and [`where`][wherefunction] together can be very
+Using `first` and `where` together can be very
powerful. Below snippet gets a list of posts only from [**main
sections**](#mainsections), sorts it using the [default
ordering](/templates/lists/) for lists (i.e., `weight => date`), and