Skip to content

Commit

Permalink
docs(select): story title change
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien committed Apr 9, 2020
1 parent 1f26746 commit f1cb08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Select/Select.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ storiesOf('Select', module)
</Window>
);
})
.add('custom formatDisplay', () => (
.add('custom display formatting', () => (
<Select
formatDisplay={opt => `${opt.label.toUpperCase()} 馃憤 馃憤`}
width={300}
Expand Down

0 comments on commit f1cb08e

Please sign in to comment.