mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 11:18:24 +02:00
docs(v2): fix typo in remark-admonitions example (#2343)
* Fixed typo in the example * fix Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
This commit is contained in:
parent
57379ee62e
commit
7b2716e6e1
2 changed files with 2 additions and 2 deletions
|
@ -479,7 +479,7 @@ Example:
|
|||
|
||||
```markdown
|
||||
:::tip Title
|
||||
The and title *can* include markdown.
|
||||
The content and title *can* include markdown.
|
||||
:::
|
||||
```
|
||||
|
||||
|
|
|
@ -479,7 +479,7 @@ Example:
|
|||
|
||||
```markdown
|
||||
:::tip Title
|
||||
The and title *can* include markdown.
|
||||
The content and title *can* include markdown.
|
||||
:::
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue