Do you want to request a feature or report a bug?
Bug
Looking at the documentation here: https://facebook.github.io/react/docs/multiple-components.html#ownership it describes the difference between a parent/child relationship compared to an owner/ownee relationship.
In the tutorial here: https://facebook.github.io/react/docs/tutorial.html#using-props It talks about the parent/child relationship when it should be an owner/ownee relationship.
Is the owner/ownee terminology commonly used? I feel like most of the time when I read tutorials I only read about parent/child relationships, even if the parent is passing props down to the child (which would be an owner/ownee relationship).
I'm happy to make whatever changes need to be made in the documentation.
Tagging @lacker and @gaearon