Skip to content

Commit

Permalink
Fixes spelling (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruugey authored Nov 15, 2023
1 parent b6de4e6 commit 94cf70a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/odd-feet-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@leafygreen-ui/banner': patch
---

Rename `dismissible` in propTypes to reflect correct spelling
2 changes: 1 addition & 1 deletion packages/banner/src/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Banner.propTypes = {
darkMode: PropTypes.bool,
variant: PropTypes.oneOf(Object.values(Variant)),
onClose: PropTypes.func,
dismissable: PropTypes.bool,
dismissible: PropTypes.bool,
image: PropTypes.element,
baseFontSize: PropTypes.oneOf(Object.values(BaseFontSize)),
};

0 comments on commit 94cf70a

Please sign in to comment.