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