From d1b82bbdb40a2e874d98fa57c39dd0aa4759e0aa Mon Sep 17 00:00:00 2001 From: Pedro Nauck Date: Wed, 8 Oct 2014 01:41:48 -0300 Subject: [PATCH] change note comment about namespaced components --- docs/02.1-jsx-in-depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02.1-jsx-in-depth.md b/docs/02.1-jsx-in-depth.md index 1f69e765..ac81fd81 100644 --- a/docs/02.1-jsx-in-depth.md +++ b/docs/02.1-jsx-in-depth.md @@ -193,7 +193,7 @@ var App = ( > Note: > -> This feature is just implemented in [version 0.11](http://facebook.github.io/react/blog/2014/07/17/react-v0.11.html#jsx) or above. +> This feature is available in [v0.11](http://facebook.github.io/react/blog/2014/07/17/react-v0.11.html#jsx) and above. ## JavaScript Expressions