Skip to content

Commit a38b854

Browse files
committed
Fix some spellings
1 parent e18113a commit a38b854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guide/src/format/configuration/preprocessors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For example, if you have a preprocessor called `mdbook-example`, then you can in
3535
With this table, mdBook will execute the `mdbook-example` preprocessor.
3636

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

4040
```toml
4141
[preprocessor.example]

guide/src/format/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ To enable it, see the [`output.html.curly-quotes`] config option.
223223

224224
### Heading attributes
225225

226-
Headings can have a custom HTML ID and classes. This lets you maintain the same ID even if you change the heading's text, it also let's you add multiple classes in the heading.
226+
Headings can have a custom HTML ID and classes. This lets you maintain the same ID even if you change the heading's text, it also lets you add multiple classes in the heading.
227227

228228
Example:
229229
```md

0 commit comments

Comments
 (0)