Skip to content

Commit adad0d7

Browse files
fabiomcostazpao
authored andcommitted
Fixes the name of the component on documentation
AvatarImage -> Avatar
1 parent e7f48a6 commit adad0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/ref-02-component-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var Avatar = React.createClass({
6060
}
6161
});
6262

63-
// <AvatarImage userId={17} width={200} height={200} />
63+
// <Avatar userId={17} width={200} height={200} />
6464
```
6565

6666
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`.

0 commit comments

Comments
 (0)