Skip to content

Commit bea2ff7

Browse files
authored
fix(typos): replace word "ever" with "every" (#6039)
1 parent fd8ba03 commit bea2ff7

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react-dom/components

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/components/common.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ React will also call your `ref` callback whenever you pass a *different* `ref` c
260260

261261
#### Parameters {/*ref-callback-parameters*/}
262262

263-
* `node`: A DOM node or `null`. React will pass you the DOM node when the ref gets attached, and `null` when the ref gets detached. Unless you pass the same function reference for the `ref` callback on every render, the callback will get temporarily detached and re-attached during ever re-render of the component.
263+
* `node`: A DOM node or `null`. React will pass you the DOM node when the ref gets attached, and `null` when the ref gets detached. Unless you pass the same function reference for the `ref` callback on every render, the callback will get temporarily detached and re-attached during every re-render of the component.
264264

265265
#### Returns {/*returns*/}
266266

0 commit comments

Comments
 (0)