Skip to content

Commit fc547e8

Browse files
committed
Merge pull request #5928 from scjody/patch-1
Add a link to the list of supported events
2 parents ed40119 + 01f10eb commit fc547e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/10.4-test-utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ReactTestUtils.Simulate.keyDown(node, {key: "Enter", keyCode: 13, which: 13});
4343

4444
*Note that you will have to provide any event property that you're using in your component (e.g. keyCode, which, etc...) as React is not creating any of these for you.*
4545

46-
`Simulate` has a method for every event that React understands.
46+
`Simulate` has a method for [every event that React understands](/react/docs/events.html#supported-events).
4747

4848
### renderIntoDocument
4949

0 commit comments

Comments
 (0)