Skip to content

Commit

Permalink
Minor docs fix for specifying color
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-a-e authored Sep 28, 2022
1 parent e1d8555 commit 6393f79
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 6393f79

Please sign in to comment.