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
committed by Paul O’Shannessy
parent e7f48a6c00
commit adad0d72be
+1 -1
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`.