We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa86107 commit 10e8e23Copy full SHA for 10e8e23
src/pulsar/src/Nudge.js
@@ -61,7 +61,7 @@ Nudge.propTypes = {
61
size: Pulsar.propTypes.size,
62
63
/**
64
- * Wether or not the Pulsar/Tooltip is shown
+ * Whether or not the Pulsar/Tooltip is shown
65
*/
66
isShown: PropTypes.bool,
67
@@ -71,7 +71,7 @@ Nudge.propTypes = {
71
tooltipContent: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),
72
73
74
- * Content for the pulsar/tooltip to be anchored too
+ * Content for the Pulsar/tooltip to be anchored to
75
76
children: PropTypes.node,
77
0 commit comments