1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 15:40:15 +01:00

Fixed some typos in documentation

* Update customization.md

* Update pymdown.md
This commit is contained in:
0xflotus 2019-05-10 17:14:55 +02:00 committed by Martin Donath
parent 0f0b9bb98c
commit 367fef75b2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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/