From f49668d7223c7055bbd02a2e115bc2707e9eda85 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 24 Mar 2026 10:20:31 +0100 Subject: [PATCH] Fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- assets/js/offline-search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/offline-search.js b/assets/js/offline-search.js index e4f5f916..1aadd879 100644 --- a/assets/js/offline-search.js +++ b/assets/js/offline-search.js @@ -15,7 +15,7 @@ limitations under the License. */ /* -Adapted from [1] to combine Docsy"s built-in search UI with the Pagefind +Adapted from [1] to combine Docsy's built-in search UI with the Pagefind search backend. [1]: https://github.com/matrix-org/docsy/blob/71d103ebb20ace3d528178c4b6d92b6cc4f7fd53/assets/js/offline-search.js