Skip to content

Commit

Permalink
fix(v2): make proper spelling of Yarn in tabs (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored and endiliey committed Nov 25, 2019
1 parent 82c751f commit 9b4715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/plugins/remark-npm2yarn.js
Original file line number Diff line number Diff line change
Expand Up @@ -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">`,
Expand Down

0 comments on commit 9b4715a

Please sign in to comment.