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