📝 docs(config): fix typo in config documentation

- correct spelling of "whether" in search index format description
This commit is contained in:
Jeremiah Russell 2025-02-13 07:45:26 +00:00
parent 79ed74b48a
commit f18207b995
No known key found for this signature in database
GPG key ID: E576B835ACE207E5

View file

@ -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"