Skip to content

Commit f828433

Browse files
author
Louis Moselhi
authored
Update api-events.mdx (#1225)
1 parent 6ab425f commit f828433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dom-testing-library/api-events.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ fireEvent.keyDown(domNode, {key: 'A', code: 'KeyA'})
9797
```
9898

9999
You can find out which key code to use at
100-
[https://keycode.info/](https://keycode.info/).
100+
[https://www.toptal.com/developers/keycode](https://www.toptal.com/developers/keycode).
101101

102102
## `createEvent[eventName]`
103103

0 commit comments

Comments
 (0)