fix typo
This commit is contained in:
parent
1fbad982d8
commit
d47f4dce7f
|
@ -116,7 +116,7 @@ tables. If none are provided it'll fall back to using the default HTML
|
||||||
renderer.
|
renderer.
|
||||||
|
|
||||||
Notably, this means if you want to add your own custom backend you'll also
|
Notably, this means if you want to add your own custom backend you'll also
|
||||||
need to make sure to add the HTML backend, even if its tabke just stays empty.
|
need to make sure to add the HTML backend, even if its table just stays empty.
|
||||||
|
|
||||||
Now you just need to build your book like normal, and everything should *Just
|
Now you just need to build your book like normal, and everything should *Just
|
||||||
Work*.
|
Work*.
|
||||||
|
@ -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