We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1fcdd commit b4a0484Copy full SHA for b4a0484
components/site/src/lib.rs
@@ -370,7 +370,7 @@ impl Site {
370
if self.config.build_search_index && !index_section.meta.in_search_index {
371
bail!(
372
"You have enabled search in the config but disabled it in the index section: \
373
- either turn off the search in the config or remote `in_search_index = true` from the \
+ either turn off the search in the config or remove `in_search_index = true` from the \
374
section front-matter."
375
)
376
}
0 commit comments