fix(v2): make proper spelling of Yarn in tabs (#2052)

This commit is contained in:
Alexey Pyltsyn 2019-11-25 13:07:36 +03:00 committed by Endi
parent 82c751f092
commit 9b4715a70d

View file

@ -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">`,