From f18207b995832b6b52a5d6d0925b580e3653a824 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Thu, 13 Feb 2025 07:45:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(config):=20fix=20typo=20in?= =?UTF-8?q?=20config=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - correct spelling of "whether" in search index format description --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 2172b28..3e69458 100644 --- a/config.toml +++ b/config.toml @@ -28,7 +28,7 @@ include_content = true # At which character to truncate the content to. Useful if you have a lot of pages and the index would # become too big to load on the site. Defaults to not being set. # truncate_content_length = 100 -# Wether to produce the search index as a javascript file or as a JSON file. +# Whether to produce the search index as a javascript file or as a JSON file. # Accepted value "elasticlunr_javascript" or "elasticlunr_json". index_format = "elasticlunr_json"