Fixes the name of the component on documentation

AvatarImage -> Avatar
This commit is contained in:
Fabio M. Costa 2013-11-10 11:52:41 -08:00
parent 91f6684fbf
commit 1d73efee10
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ var Avatar = React.createClass({
}
});
// <AvatarImage userId={17} width={200} height={200} />
// <Avatar userId={17} width={200} height={200} />
```
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`.