Skip to content

Commit

Permalink
reconciler docs: fix small typo - "mode" (instead of "node") (faceboo…
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte committed Dec 23, 2022
1 parent 726a40e commit 81d4ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const HostConfig = {
}
```

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".
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".

```js
const HostConfig = {
Expand Down

0 comments on commit 81d4ee9

Please sign in to comment.