Skip to content

Commit 7fb3c11

Browse files
committed
fix: capitalization of 'Fragment' in documentation
1 parent 6ec6134 commit 7fb3c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/react/Fragment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Wrap elements in `<Fragment>` to group them together in situations where you nee
3434

3535
### <CanaryBadge /> FragmentInstance {/*fragmentinstance*/}
3636

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:
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:
3838

3939
**Event handling methods:**
4040
- `addEventListener(type, listener, options?)`: Adds an event listener to all first-level DOM children of the Fragment.

0 commit comments

Comments
 (0)