From cbe86e04b3fdfee584f538e399b91863bd6c0feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 22 Aug 2013 11:02:09 -0700 Subject: [PATCH] Docs: fix header --- docs/docs/02.1-jsx-in-depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/02.1-jsx-in-depth.md b/docs/docs/02.1-jsx-in-depth.md index dc2ae7ce79..7f1d52e458 100644 --- a/docs/docs/02.1-jsx-in-depth.md +++ b/docs/docs/02.1-jsx-in-depth.md @@ -82,7 +82,7 @@ var div = React.DOM.div; var app =
Hello, React!
; ``` -### React Component Components +### React Composite Components To construct an instance of a composite component, create a variable that references the class.