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 a4783aa commit 39a9130Copy full SHA for 39a9130
packages/react/src/components/NumberInput/NumberInput.js
@@ -511,7 +511,7 @@ class NumberInput extends Component {
511
const { disabled, onClick, onChange } = this.props;
512
if (disabled) {
513
// `<PresentationalNumberInput>` takes care of preventing event being fired in disabled state.
514
- // The code here is for simiulated testing
+ // The code here is for simulated testing
515
return;
516
}
517
if (evt.type === 'click') {
0 commit comments