diff --git a/src/content/reference/react/Fragment.md b/src/content/reference/react/Fragment.md index 5ffc4527739..227849412db 100644 --- a/src/content/reference/react/Fragment.md +++ b/src/content/reference/react/Fragment.md @@ -34,7 +34,7 @@ Wrap elements in `` to group them together in situations where you nee ### FragmentInstance {/*fragmentinstance*/} -When you pass a ref to a fragment, React provides a `FragmentInstance` object with methods for interacting with the DOM nodes wrapped by the fragment: +When you pass a ref to a Fragment, React provides a `FragmentInstance` object with methods for interacting with the DOM nodes wrapped by the Fragment: **Event handling methods:** - `addEventListener(type, listener, options?)`: Adds an event listener to all first-level DOM children of the Fragment.