From b645a813034e276e8c6c796f012662019c368be4 Mon Sep 17 00:00:00 2001 From: Sergey Rubanov Date: Wed, 24 Aug 2016 03:00:16 +0300 Subject: [PATCH] fix spelling --- 2016-07/july-28.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2016-07/july-28.md b/2016-07/july-28.md index eea0f0a..e485936 100644 --- a/2016-07/july-28.md +++ b/2016-07/july-28.md @@ -54,7 +54,7 @@ #### Plan for Reconcilers and Renderers -* Paradoxically, `react` package won’t include include the React algorithm (“reconciler”) anymore. +* Paradoxically, `react` package won’t include the React algorithm (“reconciler”) anymore. * For example, `React.createElement()` and `React.Component` stay there, but not the reconciler itself. * This makes sense because components relying on `react` don’t actually care how reconciler is implemented. * The React reconciler will exist in renderer packages such as `react-dom` and `react-native`.