Thanks to visit codestin.com Credit goes to github.com
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 f0bbcd7 commit ffa8906Copy full SHA for ffa8906
test/test.js
@@ -498,7 +498,7 @@ describe('details-menu element', function() {
498
document.body.innerHTML = ''
499
})
500
501
- it('does not propigate the key event when a user closes the menu with esc', function() {
+ it('does not propagate the key event when a user closes the menu with esc', function() {
502
const dialog = document.querySelector('.dialog')
503
const details = dialog.querySelector('details')
504
let dialogClosed = false
0 commit comments