We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b2088 commit 198bb57Copy full SHA for 198bb57
src/main/java/org/doble/commands/CommandGenerateToc.java
@@ -33,7 +33,7 @@ public class CommandGenerateToc implements Callable<Integer> {
33
34
private static final String DEFAULT_TOC_TEMPLATE = "default_toc_template.md";
35
36
- @Option(names = { "-t", "-template" }, description = "The template used to crate the table of contents.")
+ @Option(names = { "-t", "-template" }, description = "The template used to create the table of contents.")
37
Optional<String> templatePathName;;
38
39
@ParentCommand
0 commit comments