Skip to content

Commit 10e8e23

Browse files
authored
Proptypes - Pulsar Typos (#1443)
Wether -> Whether Too -> To Capitalized Pulsar for consistency
1 parent aa86107 commit 10e8e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pulsar/src/Nudge.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Nudge.propTypes = {
6161
size: Pulsar.propTypes.size,
6262

6363
/**
64-
* Wether or not the Pulsar/Tooltip is shown
64+
* Whether or not the Pulsar/Tooltip is shown
6565
*/
6666
isShown: PropTypes.bool,
6767

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

7373
/**
74-
* Content for the pulsar/tooltip to be anchored too
74+
* Content for the Pulsar/tooltip to be anchored to
7575
*/
7676
children: PropTypes.node,
7777

0 commit comments

Comments
 (0)