Skip to content

Commit d32edac

Browse files
azat-ioljharb
authored andcommitted
[Docs] click-events-have-key-events: fix typo
1 parent 743168b commit d32edac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/click-events-have-key-events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This rule takes no arguments.
1616
<div onClick={() => {}} onKeyUp={this.handleKeyUp} />
1717
<div onClick={() => {}} onKeyPress={this.handleKeyPress} />
1818
<button onClick={() => {}} />
19-
<div onClick{() => {}} aria-hidden="true" />
19+
<div onClick={() => {}} aria-hidden="true" />
2020
```
2121

2222
### Fail

0 commit comments

Comments
 (0)