From d469a4e694111350b73366e081bf8c79925dc3e1 Mon Sep 17 00:00:00 2001 From: "Fabio M. Costa" Date: Sun, 10 Nov 2013 11:52:41 -0800 Subject: [PATCH] Fixes the name of the component on documentation AvatarImage -> Avatar --- 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 4b6f7b40..d3e3ba16 100644 --- a/docs/ref-02-component-api.md +++ b/docs/ref-02-component-api.md @@ -60,7 +60,7 @@ var Avatar = React.createClass({ } }); -// +// ``` Properties that are specified directly on the target component instance (such as `src` and `userId` in the above example) will not be overwritten by `transferPropsTo`.