From 5403acaf36b079afc3bdf5c3d05c7609d95813d3 Mon Sep 17 00:00:00 2001 From: Liam Bigelow <40188355+bglw@users.noreply.github.com> Date: Wed, 13 Sep 2023 22:33:11 +1200 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3cf55e4..9f4f6b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,7 +88,7 @@ Pagefind now better supports indexing various forms of compound words and code, * **CLI**: Fixed builds for some Windows systems that were missing vcruntime. * **JS API**: A new `pagefind.init()` function has been added, meaning `pagefind.options()` can be called _before_ loading assets, allowing you to change the path to load files from. * **JS API**: Performance searching very large sites for short terms should be improved. -* **JS API**: Passing an empty array for a filter value now behaves as if the filter was not supplied, instead of return zero results. +* **JS API**: Passing an empty array for a filter value now behaves as if the filter was not supplied, instead of returning zero results. * **Default UI**: Don't reset the browser-provided outlines when resetting UI styles. * **Default UI**: Fixed an issue where titles containing HTML elements were not correctly escaped. * **Default UI**: Improved the search input on mobile devices (PR #368 — thanks @valtlai !).