mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
removed duplicated 'the' (#8081)
This commit is contained in:
committed by
Brandon Dail
parent
16d8bd1ff6
commit
4f96d680c7
@@ -21,7 +21,7 @@ In practice, these assumptions are valid for almost all practical use cases.
|
||||
|
||||
## The Diffing Algorithm
|
||||
|
||||
When diffing two trees, React first compares the the two root elements. The behavior is different depending on the types of the root elements.
|
||||
When diffing two trees, React first compares the two root elements. The behavior is different depending on the types of the root elements.
|
||||
|
||||
### Elements Of Different Types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user