Skip to content

Commit

Permalink
Proptypes - Pulsar Typos (#1443)
Browse files Browse the repository at this point in the history
Wether -> Whether
Too -> To
Capitalized Pulsar for consistency
  • Loading branch information
RobertKeyser authored Apr 18, 2022
1 parent aa86107 commit 10e8e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pulsar/src/Nudge.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Nudge.propTypes = {
size: Pulsar.propTypes.size,

/**
* Wether or not the Pulsar/Tooltip is shown
* Whether or not the Pulsar/Tooltip is shown
*/
isShown: PropTypes.bool,

Expand All @@ -71,7 +71,7 @@ Nudge.propTypes = {
tooltipContent: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),

/**
* Content for the pulsar/tooltip to be anchored too
* Content for the Pulsar/tooltip to be anchored to
*/
children: PropTypes.node,

Expand Down

0 comments on commit 10e8e23

Please sign in to comment.