Skip to content

Commit ac6bc89

Browse files
committed
fixup! Tests: Make tests not trigger Migrate 4.0.0-beta.1 warnings
1 parent 3b6c126 commit ac6bc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/selectmenu/methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ QUnit.test( "enable / disable", function( assert ) {
4444

4545
// Migrate 4.x warns about reading boolean attributes when their
4646
// value is not their lowercase name - but that's what happens
47-
// wheh setting the `disabled` property to `true` first; the attribute
47+
// when setting the `disabled` property to `true` first; the attribute
4848
// is then set to an empty string. Avoid the warning by temporarily
4949
// disabling the patch.
5050
// In real apps it's discouraged to mix `.prop()` & `.attr()` usage

0 commit comments

Comments
 (0)