Skip to content

Commit b4a0484

Browse files
KeatsErwin Vrolijk
authored and
Erwin Vrolijk
committed
Fix typo in error message
1 parent ff1fcdd commit b4a0484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/site/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ impl Site {
370370
if self.config.build_search_index && !index_section.meta.in_search_index {
371371
bail!(
372372
"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 \
373+
either turn off the search in the config or remove `in_search_index = true` from the \
374374
section front-matter."
375375
)
376376
}

0 commit comments

Comments
 (0)