diff --git a/docs/02.1-jsx-in-depth.md b/docs/02.1-jsx-in-depth.md index dc2ae7ce..7f1d52e4 100644 --- a/docs/02.1-jsx-in-depth.md +++ b/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.