File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ env_logger = "0.11"
1212mdbook-trpl-listing = { path = " ../../doc/book/packages/mdbook-trpl-listing" }
1313mdbook-trpl-note = { path = " ../../doc/book/packages/mdbook-trpl-note" }
1414mdbook-i18n-helpers = " 0.3.3"
15- mdbook-spec = { path = " ../../doc/reference/mdbook-spec" }
15+ mdbook-spec = { path = " ../../doc/reference/mdbook-spec" }
1616
1717[dependencies .mdbook ]
1818version = " 0.4.37"
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ fn main() {
6767 )
6868 . get_matches ( ) ;
6969
70- // Check which subcomamnd the user ran...
70+ // Check which subcommand the user ran...
7171 match matches. subcommand ( ) {
7272 Some ( ( "build" , sub_matches) ) => {
7373 if let Err ( e) = build ( sub_matches) {
You can’t perform that action at this time.
0 commit comments