Skip to content

Commit

Permalink
Merge pull request rust-lang#1778 from sgoudham/fix-typo
Browse files Browse the repository at this point in the history
User Guide: Fix typo 'mbdook' to 'mdbook'
  • Loading branch information
ehuss authored Apr 1, 2022
2 parents a5dcd78 + 8e11953 commit ba324cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/src/guide/creating.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ So if you have images or other static files, just include them somewhere in the

Once you've written your book, you may want to host it somewhere for others to view.
The first step is to build the output of the book.
This can be done with the `mbdook build` command in the same directory where the `book.toml` file is located:
This can be done with the `mdbook build` command in the same directory where the `book.toml` file is located:

```sh
mdbook build
Expand All @@ -106,4 +106,4 @@ mdbook build
This will generate a directory named `book` which contains the HTML content of your book.
You can then place this directory on any web server to host it.

For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.md) for more.
For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.md) for more.

0 comments on commit ba324cd

Please sign in to comment.