From 49b75810faa702af57b74a7bd9c51e0d4271975a Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Sat, 24 Jul 2021 21:17:41 -0700 Subject: [PATCH] fix a few typos --- guide/src/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/src/README.md b/guide/src/README.md index 82932ef7..ac6f48e7 100644 --- a/guide/src/README.md +++ b/guide/src/README.md @@ -4,11 +4,11 @@ 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 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. 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 great way to discover more extensions. @@ -36,5 +36,5 @@ a [pull request](https://github.com/rust-lang/mdBook/pulls). ## 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/).