Skip to content

Commit 81d4ee9

Browse files
authored
reconciler docs: fix small typo - "mode" (instead of "node") (#25863)
1 parent 726a40e commit 81d4ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const HostConfig = {
8181
}
8282
```
8383

84-
If your target platform has immutable trees, you'll want the **persistent mode** instead. In that mode, existing nodes are never mutated, and instead every change clones the parent tree and then replaces the whole parent tree at the root. This is the node used by the new React Native renderer, codenamed "Fabric".
84+
If your target platform has immutable trees, you'll want the **persistent mode** instead. In that mode, existing nodes are never mutated, and instead every change clones the parent tree and then replaces the whole parent tree at the root. This is the mode used by the new React Native renderer, codenamed "Fabric".
8585

8686
```js
8787
const HostConfig = {

0 commit comments

Comments
 (0)