From 7fb3c1126ad2576db967cc9dc09e7997a9dc4173 Mon Sep 17 00:00:00 2001 From: Rishabh Saini Date: Sun, 31 May 2026 22:04:40 +0530 Subject: [PATCH] fix: capitalization of 'Fragment' in documentation --- src/content/reference/react/Fragment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.