We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3236ec0 commit 04ff12aCopy full SHA for 04ff12a
crates/mdbook-html/src/html_handlebars/helpers/resources.rs
@@ -23,7 +23,7 @@ impl HelperDef for ResourceHelper {
23
) -> Result<(), RenderError> {
24
let param = h.param(0).and_then(|v| v.value().as_str()).ok_or_else(|| {
25
RenderErrorReason::Other(
26
- "Param 0 with String type is required for theme_option helper.".to_owned(),
+ "Param 0 with String type is required for resource helper.".to_owned(),
27
)
28
})?;
29
0 commit comments