Skip to content

Commit 4975113

Browse files
committed
Merge pull request #958 from aymanosman/master
Fix typo
2 parents ce92efe + 97518fd commit 4975113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/ref-02-component-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ next: component-specs.html
99

1010
## ReactComponent
1111

12-
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.
12+
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.
1313

1414

1515
### getDOMNode

0 commit comments

Comments
 (0)