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"
12
12
mdbook-trpl-listing = { path = " ../../doc/book/packages/mdbook-trpl-listing" }
13
13
mdbook-trpl-note = { path = " ../../doc/book/packages/mdbook-trpl-note" }
14
14
mdbook-i18n-helpers = " 0.3.3"
15
- mdbook-spec = { path = " ../../doc/reference/mdbook-spec" }
15
+ mdbook-spec = { path = " ../../doc/reference/mdbook-spec" }
16
16
17
17
[dependencies .mdbook ]
18
18
version = " 0.4.37"
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ fn main() {
67
67
)
68
68
. get_matches ( ) ;
69
69
70
- // Check which subcomamnd the user ran...
70
+ // Check which subcommand the user ran...
71
71
match matches. subcommand ( ) {
72
72
Some ( ( "build" , sub_matches) ) => {
73
73
if let Err ( e) = build ( sub_matches) {
You can’t perform that action at this time.
0 commit comments