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 3b6c126 commit ac6bc89Copy full SHA for ac6bc89
tests/unit/selectmenu/methods.js
@@ -44,7 +44,7 @@ QUnit.test( "enable / disable", function( assert ) {
44
45
// Migrate 4.x warns about reading boolean attributes when their
46
// value is not their lowercase name - but that's what happens
47
- // wheh setting the `disabled` property to `true` first; the attribute
+ // when setting the `disabled` property to `true` first; the attribute
48
// is then set to an empty string. Avoid the warning by temporarily
49
// disabling the patch.
50
// In real apps it's discouraged to mix `.prop()` & `.attr()` usage
0 commit comments