fix(docs): Fix deprecated admonition types
This commit is contained in:
parent
13c856d1d3
commit
a0a952413a
10 changed files with 12 additions and 12 deletions
|
|
@ -9,7 +9,7 @@ import Admonition from "@theme/Admonition";
|
|||
|
||||
export default function SpellingCaution() {
|
||||
return (
|
||||
<Admonition type="caution">
|
||||
<Admonition type="warning">
|
||||
<p>
|
||||
Take extra notice of the spelling of the keycodes, especially the
|
||||
shorthand spelling. Otherwise, it will result in an elusive parsing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue