Skip to content

Commit

Permalink
doc(typo): fix typo (jquense#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
amhunt authored and jquense committed Apr 4, 2019
1 parent 4c36961 commit 9332ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import '../../src/addons/dragAndDrop/styles.less'

import withDragAndDrop from '../../src/addons/dragAndDrop'

addDecorator(function WithHeigt(fn) {
addDecorator(function WithHeight(fn) {
return <div style={{ height: 600 }}>{fn()}</div>
})

Expand Down

0 comments on commit 9332ab7

Please sign in to comment.