From 03893d585e6ce79c4783df71020a9f008fc2a4d2 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Wed, 3 Feb 2021 17:26:20 -0800 Subject: [PATCH] Typo: 'where' filter on filters/overview.md --- docs/source/filters/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/filters/overview.md b/docs/source/filters/overview.md index f4e0344ca..7634b0277 100644 --- a/docs/source/filters/overview.md +++ b/docs/source/filters/overview.md @@ -11,7 +11,7 @@ Categories | Filters Math | plus, minus, modulo, times, floor, ceil, round, divided_by, abs String | append, prepend, capitalize, upcase, downcase, strip, lstrip, rstrip, strip_newlines, split, replace, replace_first, remove, remove_first, truncate, truncatewords HTML/URI | escape, escape_once, url_encode, url_decode, strip_html, newline_to_br -Array | slice, map, sort, sort_natural, uniq, wheres, first, last, join, reverse +Array | slice, map, sort, sort_natural, uniq, where, first, last, join, reverse Date | date [shopify/liquid]: https://github.com/Shopify/liquid