Skip to content

Commit ffa8906

Browse files
dgrahamkoddsson
and
koddsson
authored
fix typo
Co-Authored-By: koddsson <koddsson@github.com>
1 parent f0bbcd7 commit ffa8906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ describe('details-menu element', function() {
498498
document.body.innerHTML = ''
499499
})
500500

501-
it('does not propigate the key event when a user closes the menu with esc', function() {
501+
it('does not propagate the key event when a user closes the menu with esc', function() {
502502
const dialog = document.querySelector('.dialog')
503503
const details = dialog.querySelector('details')
504504
let dialogClosed = false

0 commit comments

Comments
 (0)