From a38b85433830230478a94172f36728b0e6c40b0f Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 25 Jun 2023 11:37:53 -0700 Subject: [PATCH] Fix some spellings --- guide/src/format/configuration/preprocessors.md | 2 +- guide/src/format/markdown.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/format/configuration/preprocessors.md b/guide/src/format/configuration/preprocessors.md index f44bdd4f..26a786b2 100644 --- a/guide/src/format/configuration/preprocessors.md +++ b/guide/src/format/configuration/preprocessors.md @@ -35,7 +35,7 @@ For example, if you have a preprocessor called `mdbook-example`, then you can in With this table, mdBook will execute the `mdbook-example` preprocessor. This table can include additional key-value pairs that are specific to the preprocessor. -For example, if our example prepocessor needed some extra configuration options: +For example, if our example preprocessor needed some extra configuration options: ```toml [preprocessor.example] diff --git a/guide/src/format/markdown.md b/guide/src/format/markdown.md index 71e11a23..2a6f57d0 100644 --- a/guide/src/format/markdown.md +++ b/guide/src/format/markdown.md @@ -223,7 +223,7 @@ To enable it, see the [`output.html.curly-quotes`] config option. ### Heading attributes -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. +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. Example: ```md