Skip to content

Commit 39a9130

Browse files
asudohemyarod
andauthored
Update packages/react/src/components/NumberInput/NumberInput.js
Co-Authored-By: emyarod <[email protected]>
1 parent a4783aa commit 39a9130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/NumberInput/NumberInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ class NumberInput extends Component {
511511
const { disabled, onClick, onChange } = this.props;
512512
if (disabled) {
513513
// `<PresentationalNumberInput>` takes care of preventing event being fired in disabled state.
514-
// The code here is for simiulated testing
514+
// The code here is for simulated testing
515515
return;
516516
}
517517
if (evt.type === 'click') {

0 commit comments

Comments
 (0)