mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
docs: fix typos (#327)
This commit is contained in:
parent
83e8802d01
commit
b5fefcc676
9 changed files with 10 additions and 10 deletions
|
@ -32,7 +32,7 @@ A block token is a bit more complex. It may wrap one or more tokens, and can spa
|
|||
|
||||
The plain markdown text above would be parsed into three tokens:
|
||||
|
||||
- `heading_open`: Marks the begining of the heading. May have additional props, such as `hLevel: 3` (heading level) in this case.
|
||||
- `heading_open`: Marks the beginning of the heading. May have additional props, such as `hLevel: 3` (heading level) in this case.
|
||||
- `text`: Plain text token, with a value of "Hi there".
|
||||
- `heading_close`: Marks the end of the heading. In this case, it would also have a `hLevel: 3` prop.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue