From f87407034d6131a02aed9eca0a90e36a69f986d3 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/docs/reconciliation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reconciliation.md b/docs/docs/reconciliation.md index 0f9f25c37f..1fcb379fb2 100644 --- a/docs/docs/reconciliation.md +++ b/docs/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