fix typo (insert dash) (#582)
This commit is contained in:
parent
50cdfc9623
commit
2e9d8671a0
|
@ -149,7 +149,7 @@ The reason we didn't need to specify the full name/path of our `wordcount`
|
||||||
backend is because `mdbook` will try to *infer* the program's name via
|
backend is because `mdbook` will try to *infer* the program's name via
|
||||||
convention. The executable for the `foo` backend is typically called
|
convention. The executable for the `foo` backend is typically called
|
||||||
`mdbook-foo`, with an associated `[output.foo]` entry in the `book.toml`. To
|
`mdbook-foo`, with an associated `[output.foo]` entry in the `book.toml`. To
|
||||||
explicitly tell `mdbook` what command to invoke (it may require command line
|
explicitly tell `mdbook` what command to invoke (it may require command-line
|
||||||
arguments or be an interpreted script), you can use the `command` field.
|
arguments or be an interpreted script), you can use the `command` field.
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
|
@ -349,4 +349,4 @@ the source code or ask questions.
|
||||||
[`Book`]: http://rust-lang-nursery.github.io/mdBook/mdbook/book/struct.Book.html
|
[`Book`]: http://rust-lang-nursery.github.io/mdBook/mdbook/book/struct.Book.html
|
||||||
[`Book::iter()`]: http://rust-lang-nursery.github.io/mdBook/mdbook/book/struct.Book.html#method.iter
|
[`Book::iter()`]: http://rust-lang-nursery.github.io/mdBook/mdbook/book/struct.Book.html#method.iter
|
||||||
[`Config`]: http://rust-lang-nursery.github.io/mdBook/mdbook/config/struct.Config.html
|
[`Config`]: http://rust-lang-nursery.github.io/mdBook/mdbook/config/struct.Config.html
|
||||||
[issue tracker]: https://github.com/rust-lang-nursery/mdBook/issues
|
[issue tracker]: https://github.com/rust-lang-nursery/mdBook/issues
|
||||||
|
|
Loading…
Reference in New Issue