Skip to content

Commit

Permalink
[Docs] Card - Fix typo in ExampleControlled
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Feb 11, 2016
1 parent d386db2 commit e0293bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class CardExampleControlled extends React.Component {
showExpandableButton={true}
/>
<CardText>
This toggle control the expanded state of the component.
This toggle controls the expanded state of the component.
<Toggle toggled={this.state.expanded} onToggle={this.handleToggle} />
</CardText>
<CardMedia
Expand Down

1 comment on commit e0293bb

@cgestes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you :)

Please sign in to comment.