Skip to content

Commit 8308f15

Browse files
authored
Maybe a typo in preprocessors.md
It seems to me there is a small typo in the file preprocessors.md
1 parent 2420919 commit 8308f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/src/format/configuration/preprocessors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ For information on how to create a new preprocessor, see the [Preprocessors for
2626
## Custom Preprocessor Configuration
2727

2828
Preprocessors can be added by including a `preprocessor` table in `book.toml` with the name of the preprocessor.
29-
For example, if you have a preprocessor called `mdbook-example`, then you can include it with:
29+
For example, if you have a preprocessor called `preprocessor-example`, then you can include it with:
3030

3131
```toml
3232
[preprocessor.example]
3333
```
3434

35-
With this table, mdBook will execute the `mdbook-example` preprocessor.
35+
With this table, mdBook will execute the `preprocessor-example` preprocessor.
3636

3737
This table can include additional key-value pairs that are specific to the preprocessor.
3838
For example, if our example preprocessor needed some extra configuration options:

0 commit comments

Comments
 (0)