Skip to content

Commit 22d9878

Browse files
authored
Update correct link common.md (#6125)
1 parent ae06008 commit 22d9878

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react-dom/components

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/components/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ An event handler type for the [CSS animation](https://developer.mozilla.org/en-U
333333
* `e`: A [React event object](#react-event-object) with these extra [`AnimationEvent`](https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent) properties:
334334
* [`animationName`](https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent/animationName)
335335
* [`elapsedTime`](https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent/elapsedTime)
336-
* [`pseudoElement`](https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent)
336+
* [`pseudoElement`](https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent/pseudoElement)
337337

338338
---
339339

0 commit comments

Comments
 (0)