Skip to content

Commit

Permalink
docs: fix dialog component typo (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
gawrysiak authored and ferrannp committed Apr 3, 2018
1 parent b1d38e7 commit 56b7315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Dialog/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ type Props = {
* visible: false,
* };
*
* _showDialog = () => this.setState({ visble: true });
* _hideDialog = () => this.setState({ visble: false });
* _showDialog = () => this.setState({ visible: true });
* _hideDialog = () => this.setState({ visible: false });
*
* render() {
* const { visible } = this.state;
Expand Down

0 comments on commit 56b7315

Please sign in to comment.