mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 19:32:35 +02:00
fix(v2): make proper spelling of Yarn in tabs (#2052)
This commit is contained in:
parent
82c751f092
commit
9b4715a70d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const transformNode = node => {
|
|||
`<Tabs defaultValue="npm" ` +
|
||||
`values={[
|
||||
{ label: 'npm', value: 'npm', },
|
||||
{ label: 'yarn', value: 'yarn', },
|
||||
{ label: 'Yarn', value: 'yarn', },
|
||||
]}
|
||||
>
|
||||
<TabItem value="npm">`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue