Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Dec 18, 2023
1 parent 8e37025 commit 448a941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/site/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ impl Site {
if self.config.build_search_index && !index_section.meta.in_search_index {
bail!(
"You have enabled search in the config but disabled it in the index section: \
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 \
section front-matter."
)
}
Expand Down

0 comments on commit 448a941

Please sign in to comment.