From 668c9f116d15b03940877f23e469ebf13b12bad8 Mon Sep 17 00:00:00 2001 From: Daniel Walker Date: Wed, 15 Oct 2014 13:13:55 -0600 Subject: [PATCH] renamed misspelled blog post and fixed parallell typo --- ...act-elements.md => 2014-10-14-introducing-react-elements.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/_posts/{2014-10-14-introducting-react-elements.md => 2014-10-14-introducing-react-elements.md} (97%) diff --git a/docs/_posts/2014-10-14-introducting-react-elements.md b/docs/_posts/2014-10-14-introducing-react-elements.md similarity index 97% rename from docs/_posts/2014-10-14-introducting-react-elements.md rename to docs/_posts/2014-10-14-introducing-react-elements.md index 0e5107ebbf2b4..cbf59393ad395 100644 --- a/docs/_posts/2014-10-14-introducting-react-elements.md +++ b/docs/_posts/2014-10-14-introducing-react-elements.md @@ -22,7 +22,7 @@ Continue reading if you want all the nitty gritty details... ## New Terminology -We wanted to make it easier for new users to see the parallell with the DOM (and why React is different). To align our terminology we now use the term `ReactElement` instead of _descriptor_. Likewise, we use the term `ReactNode` instead of _renderable_. +We wanted to make it easier for new users to see the parallel with the DOM (and why React is different). To align our terminology we now use the term `ReactElement` instead of _descriptor_. Likewise, we use the term `ReactNode` instead of _renderable_. [See the full React terminology guide.](https://gist.github.com/sebmarkbage/fcb1b6ab493b0c77d589)