1
0
Fork 0

chore(markdown): Avoid inline JSX where possible

This commit is contained in:
Joost De Cock 2022-01-19 13:06:33 +01:00
parent 25995944d9
commit ad10523a8a
9 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@ title: Pattern
order: 80
---
<Example part="docs_overview" options={{focus: "Pattern"}}>
<Example part="docs_overview" options_focus="Pattern">
The pattern you create will be a constructor for instances of your pattern
</Example>