Skip to content

Commit

Permalink
docs: fix dialog component typo (callstack#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
gawrysiak authored and eriveltonelias committed Sep 21, 2018
1 parent 2aad58e commit c407555
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 c407555

Please sign in to comment.