Skip to content

Commit 51a7cfe

Browse files
authored
Fix typo (#20300)
Signed-off-by: Hollow Man <hollowman@hollowman.ml>
1 parent 373b297 commit 51a7cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This method happens **in the render phase**. It can mutate `parentInstance` and
121121

122122
#### `finalizeInitialChildren(instance, type, props, rootContainer, hostContext)`
123123

124-
In this method, you can perform some final mutations on the `instance`. Unlike with `createInstance`, by the time `finalizeInitialChildren` is called, all the initial children have already been addded to the `instance`, but the instance itself has not yet been connected to the tree on the screen.
124+
In this method, you can perform some final mutations on the `instance`. Unlike with `createInstance`, by the time `finalizeInitialChildren` is called, all the initial children have already been added to the `instance`, but the instance itself has not yet been connected to the tree on the screen.
125125

126126
This method happens **in the render phase**. It can mutate `instance`, but it must not modify any other nodes. It's called while the tree is still being built up and not connected to the actual tree on the screen.
127127

0 commit comments

Comments
 (0)