Skip to content

Commit

Permalink
Merge pull request #1059 from SashaBayan/fix-typo-in-storybook
Browse files Browse the repository at this point in the history
fix typo: shorcut --> shortcut
  • Loading branch information
ljharb committed Mar 2, 2018
2 parents 74cba61 + d0777e7 commit 5bcb735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/DateRangePicker_calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ storiesOf('DRP - Calendar Props', module)
autoFocus
/>
))
.addWithInfo('with keyboard shorcuts panel hidden', () => (
.addWithInfo('with keyboard shortcuts panel hidden', () => (
<DateRangePickerWrapper
hideKeyboardShortcutsPanel
autoFocus
Expand Down

0 comments on commit 5bcb735

Please sign in to comment.