Skip to content

Commit 522236b

Browse files
committed
[Fix] typo
1 parent d63bfa0 commit 522236b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/commands/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub struct RenderCommand {
2525

2626
#[arg(
2727
short = 't',
28-
long = "tyoewriter-style",
28+
long = "typewriter-style",
2929
help = "Render markdown with typewriter effect"
3030
)]
3131
typewriter_style: bool,

0 commit comments

Comments
 (0)