Skip to content

Commit ba324cd

Browse files
authored
Merge pull request #1778 from sgoudham/fix-typo
User Guide: Fix typo 'mbdook' to 'mdbook'
2 parents a5dcd78 + 8e11953 commit ba324cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/src/guide/creating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ So if you have images or other static files, just include them somewhere in the
9797

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

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

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

0 commit comments

Comments
 (0)