mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Fix warning for HTML export to reflect renaming of --feature to --features (#5530)
This commit is contained in:
parent
79a7a6bf77
commit
8e4f5f21e0
@ -246,7 +246,7 @@ fn warn_or_error_for_html(
|
||||
} else {
|
||||
bail!(
|
||||
Span::detached(),
|
||||
"html export is only available when `--feature html` is passed";
|
||||
"html export is only available when `--features html` is passed";
|
||||
hint: "html export is under active development and incomplete";
|
||||
hint: "see {ISSUE} for more information"
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user