diff --git a/docs/ref-02-component-api.md b/docs/ref-02-component-api.md index 28b6ae96..a3cfebfa 100644 --- a/docs/ref-02-component-api.md +++ b/docs/ref-02-component-api.md @@ -9,7 +9,7 @@ next: component-specs.html ## ReactComponent -Component classses created by `createClass()` return instances of `ReactComponent` when called. Most of the time when you're using React you're either creating or consuming these component objects. +Component classes created by `createClass()` return instances of `ReactComponent` when called. Most of the time when you're using React you're either creating or consuming these component objects. ### getDOMNode