From 4f96d680c7d881e06f4d6902c2133b41bb6a5e77 Mon Sep 17 00:00:00 2001 From: Constantin Gavrilete Date: Tue, 25 Oct 2016 00:34:58 +0200 Subject: [PATCH] removed duplicated 'the' (#8081) --- docs/reconciliation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reconciliation.md b/docs/reconciliation.md index 0f9f25c37..1fcb379fb 100644 --- a/docs/reconciliation.md +++ b/docs/reconciliation.md @@ -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