fix a few typos
This commit is contained in:
parent
b85d5eb455
commit
49b75810fa
|
@ -4,11 +4,11 @@
|
||||||
and is ideal for creating product or API documentation, tutorials, course materials or anything that requires a clean,
|
and is ideal for creating product or API documentation, tutorials, course materials or anything that requires a clean,
|
||||||
easily navigable and customizable presentation. mdBook is written in [Rust](https://www.rust-lang.org); its performance
|
easily navigable and customizable presentation. mdBook is written in [Rust](https://www.rust-lang.org); its performance
|
||||||
and simplicity made it ideal for use as a tool to publish directly to hosted websites such
|
and simplicity made it ideal for use as a tool to publish directly to hosted websites such
|
||||||
as [GitHub Pages](https://pages.github.com) via automation. This guide, in fact, serves as both the mdBook documenation
|
as [GitHub Pages](https://pages.github.com) via automation. This guide, in fact, serves as both the mdBook documentation
|
||||||
and a fine example of what mdBook produces.
|
and a fine example of what mdBook produces.
|
||||||
|
|
||||||
mdBook includes built in support for both preprocessing your Markdown and alternative renderers for producing formats
|
mdBook includes built in support for both preprocessing your Markdown and alternative renderers for producing formats
|
||||||
other than HTML. These facilites also enable other functionality such as
|
other than HTML. These facilities also enable other functionality such as
|
||||||
validation. [Searching](https://crates.io/search?q=mdbook&sort=relevance) Rust's [crates.io](https://crates.io) is a
|
validation. [Searching](https://crates.io/search?q=mdbook&sort=relevance) Rust's [crates.io](https://crates.io) is a
|
||||||
great way to discover more extensions.
|
great way to discover more extensions.
|
||||||
|
|
||||||
|
@ -36,5 +36,5 @@ a [pull request](https://github.com/rust-lang/mdBook/pulls).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The mdBook source and documentation is released under
|
The mdBook source and documentation are released under
|
||||||
the [Mozilla Public License v2.0](https://www.mozilla.org/MPL/2.0/).
|
the [Mozilla Public License v2.0](https://www.mozilla.org/MPL/2.0/).
|
||||||
|
|
Loading…
Reference in New Issue