Skip to content

Commit

Permalink
fix(website): minor docs fix for specifying color (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-a-e authored Sep 29, 2022
1 parent e1d8555 commit 3e639a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pie/stories/pie.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ stories.add(
It's also possible to pass a function if you want to handle more advanced computation:
\`\`\`
colors={(datum) => datum.color }}
colors={(datum) => datum.color}
\`\`\`
`,
},
Expand Down

0 comments on commit 3e639a2

Please sign in to comment.