Skip to content

Commit

Permalink
Merge pull request #1637 from cozy/spelling
Browse files Browse the repository at this point in the history
fix: Misspelled propTypes
  • Loading branch information
probot-auto-merge[bot] authored Nov 4, 2020
2 parents 9bb78b2 + 359539b commit 717e002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react/CozyDialogs/ConfirmDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ const ConfirmDialog = ({
)
}

ConfirmDialog.PropTypes = omit(dialogPropTypes, 'size')
ConfirmDialog.propTypes = omit(dialogPropTypes, 'size')

export default ConfirmDialog
2 changes: 1 addition & 1 deletion react/CozyDialogs/IllustrationDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ const IllustrationDialog = ({
)
}

IllustrationDialog.PropTypes = dialogPropTypes
IllustrationDialog.propTypes = dialogPropTypes

export default IllustrationDialog

0 comments on commit 717e002

Please sign in to comment.