summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-03-31 22:11:54 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-03-31 22:11:54 +0200
commit3d84ef9720f4a18c7af995680621a65ef5cb76f4 (patch)
treec0cf723149397add66452f89b1ef603e911eafda /docs/content/en/functions
parent9c9987535f98714c8a4ec98903f54233735ef0e4 (diff)
parentc494c37a4523fbf2db6274dc87e0877fd5bec24b (diff)
Diffstat (limited to 'docs/content/en/functions')
-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