diff --git a/docs/customization.md b/docs/customization.md index 48f5cb5f9..a1e4ca761 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -220,7 +220,7 @@ $md-color-accent: $clr-teal-a700; Never make any changes in the `material` directory, as the contents of this directory are automatically generated from the `src` directory and will be - overriden when the theme is built. + overridden when the theme is built. [9]: http://localhost:8000 diff --git a/docs/extensions/pymdown.md b/docs/extensions/pymdown.md index 1cdd52670..6f354e4a6 100644 --- a/docs/extensions/pymdown.md +++ b/docs/extensions/pymdown.md @@ -202,7 +202,7 @@ emojis. Happy scrolling :tada: [InlineHilite][18] adds support for inline code highlighting. It's useful for short snippets included within body copy, e.g. `#!js var test = 0;` and can be -achived by prefixing inline code with a shebang and language identifier, +achieved by prefixing inline code with a shebang and language identifier, e.g. `#!js`. [18]: https://facelessuser.github.io/pymdown-extensions/extensions/inlinehilite/