mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Fix typos (#1181)
This commit is contained in:
committed by
Waylan Limberg
parent
199195b0fe
commit
82bcdbab69
@@ -333,9 +333,9 @@ markdown_extensions:
|
||||
```
|
||||
|
||||
Note that a colon (`:`) must follow the extension name (`toc`) and then on a new
|
||||
line the option name and value must be indented and seperated by a colon. If you
|
||||
would like to define multipe options for a single extension, each option must be
|
||||
defined on a seperate line:
|
||||
line the option name and value must be indented and separated by a colon. If you
|
||||
would like to define multiple options for a single extension, each option must be
|
||||
defined on a separate line:
|
||||
|
||||
```yaml
|
||||
markdown_extensions:
|
||||
|
||||
Reference in New Issue
Block a user