Docs: fix header

This commit is contained in:
Paul O’Shannessy 2013-08-22 11:02:09 -07:00
parent a558e560bd
commit cbe86e04b3
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ var div = React.DOM.div;
var app = <div className="appClass">Hello, React!</div>; var app = <div className="appClass">Hello, React!</div>;
``` ```
### React Component Components ### React Composite Components
To construct an instance of a composite component, create a variable that To construct an instance of a composite component, create a variable that
references the class. references the class.