Skip to content

Commit 198bb57

Browse files
committed
Typos
1 parent d6b2088 commit 198bb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/doble/commands/CommandGenerateToc.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class CommandGenerateToc implements Callable<Integer> {
3333

3434
private static final String DEFAULT_TOC_TEMPLATE = "default_toc_template.md";
3535

36-
@Option(names = { "-t", "-template" }, description = "The template used to crate the table of contents.")
36+
@Option(names = { "-t", "-template" }, description = "The template used to create the table of contents.")
3737
Optional<String> templatePathName;;
3838

3939
@ParentCommand

0 commit comments

Comments
 (0)