From d47f4dce7fe020cf243809de6357381188e901c2 Mon Sep 17 00:00:00 2001 From: Bulat Musin <9249387+bmusin@users.noreply.github.com> Date: Wed, 24 Jan 2018 21:52:51 +0300 Subject: [PATCH] fix typo --- book-example/src/for_developers/backends.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book-example/src/for_developers/backends.md b/book-example/src/for_developers/backends.md index e09018f4..f11e1d8b 100644 --- a/book-example/src/for_developers/backends.md +++ b/book-example/src/for_developers/backends.md @@ -116,7 +116,7 @@ tables. If none are provided it'll fall back to using the default HTML renderer. 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 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::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 -[issue tracker]: https://github.com/rust-lang-nursery/mdBook/issues \ No newline at end of file +[issue tracker]: https://github.com/rust-lang-nursery/mdBook/issues