From 97518fd664f6cab1398e500eb5edccc9f755ff74 Mon Sep 17 00:00:00 2001 From: Ayman Osman Date: Thu, 23 Jan 2014 19:21:20 +0000 Subject: [PATCH] Fix typo --- docs/docs/ref-02-component-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/ref-02-component-api.md b/docs/docs/ref-02-component-api.md index 28b6ae9694d4c..a3cfebfa741d0 100644 --- a/docs/docs/ref-02-component-api.md +++ b/docs/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