Skip to content

Commit f1cb08e

Browse files
committed
docs(select): story title change
1 parent 1f26746 commit f1cb08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select/Select.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ storiesOf('Select', module)
153153
</Window>
154154
);
155155
})
156-
.add('custom formatDisplay', () => (
156+
.add('custom display formatting', () => (
157157
<Select
158158
formatDisplay={opt => `${opt.label.toUpperCase()} 👍 👍`}
159159
width={300}

0 commit comments

Comments
 (0)