Skip to content

Commit 605fb4f

Browse files
Evgueni Navernioukbeefancohen
authored andcommitted
Typo in no-static-element-interactions doc (#80)
1 parent 73be7a8 commit 605fb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-static-element-interactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# click-events-have-key-events
1+
# no-static-element-interactions
22

33
Enforce non-interactive DOM elements have no interactive handlers. Static elements such as `<div>` and `<span>` should not have mouse/keyboard event listeners. Instead use something more semantic, such as a button or a link.
44

0 commit comments

Comments
 (0)