From 367fef75b26d3007df1f05f4b75dc7d41407c883 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Fri, 10 May 2019 17:14:55 +0200 Subject: [PATCH] Fixed some typos in documentation * Update customization.md * Update pymdown.md --- docs/customization.md | 2 +- docs/extensions/pymdown.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/