Skip to content

Commit a962487

Browse files
sophiebitszpao
authored andcommitted
Reword sentence in reconciliation docs
(cherry picked from commit 9371224)
1 parent c28f00c commit a962487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/ref-08-reconciliation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The previous component is now operational. Its `render()` method is called and t
8585

8686
### Problematic Case
8787

88-
In order to do children reconciliation, React adopts a very naive approach. It goes over the list of children both at the same time and whenever there's a difference generates a mutation.
88+
In order to do children reconciliation, React adopts a very naive approach. It goes over both lists of children at the same time and generates a mutation whenever there's a difference.
8989

9090
For example if you add an element at the end:
9191

0 commit comments

Comments
 (0)