We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec6134 commit 7fb3c11Copy full SHA for 7fb3c11
1 file changed
src/content/reference/react/Fragment.md
@@ -34,7 +34,7 @@ Wrap elements in `<Fragment>` to group them together in situations where you nee
34
35
### <CanaryBadge /> FragmentInstance {/*fragmentinstance*/}
36
37
-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:
38
39
**Event handling methods:**
40
- `addEventListener(type, listener, options?)`: Adds an event listener to all first-level DOM children of the Fragment.
0 commit comments