Skip to content

Commit

Permalink
Fix grammar mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
felipethome committed Nov 3, 2016
1 parent 908c9f4 commit 94cbbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default class Demo extends React.Component {
Property name | Description
------------ | -------------
**component** | String. The component that will wrap all the children. Default: `div`.
**chindrenStyles** | Object. This object has the properties: `base`, `appear`, `enter` and `leave`. Each of this properties is another object containing the styles for the respective phase. The `base` styles are applied to all children in all phases.
**chindrenStyles** | Object. This object has the properties: `base`, `appear`, `enter` and `leave`. Each of these properties is another object containing the styles for the respective phase. The `base` styles are applied to all children in all phases.
**onPhaseStart** | Function. Callback that will be called with the current phase (`appear`, `enter` or `leave`) and the child `id` when the phase begins in this order.
**onPhaseEnd** | Function. Callback that will be called with the current phase (`appear`, `enter` or `leave`) and the child `id` when the phase ends in this order.

Expand Down

0 comments on commit 94cbbae

Please sign in to comment.