diff --git a/blog/2014/10/14/introducting-react-elements.html b/blog/2014/10/14/introducting-react-elements.html index f15a85bc401..b5a4f40fc6f 100644 --- a/blog/2014/10/14/introducting-react-elements.html +++ b/blog/2014/10/14/introducting-react-elements.html @@ -108,7 +108,7 @@
Continue reading if you want all the nitty gritty details...
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.