mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
fix(blog): resolve typo in React 19 blog post (refs → refs) (#7828)
This PR corrects a small typo in the React documentation, changing "`refs`" to "`ref`s" for accuracy and consistency.
This commit is contained in:
committed by
GitHub
parent
5927c4e7d3
commit
5dca520188
@@ -410,7 +410,7 @@ New function components will no longer need `forwardRef`, and we will be publish
|
||||
|
||||
<Note>
|
||||
|
||||
`refs` passed to classes are not passed as props since they reference the component instance.
|
||||
`ref`s passed to classes are not passed as props since they reference the component instance.
|
||||
|
||||
</Note>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user