Skip to content

Commit

Permalink
Fix error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
t4t5 committed Sep 7, 2017
1 parent d8123d4 commit 42f2ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-src/assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MyInput extends Component {
* This will update the value that the confirm
* button resolves to:
*/
swal.setActionValue('confirm', text);
swal.setActionValue(text);
}

render() {
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ var MyInput = function (_Component) {
* This will update the value that the confirm
* button resolves to:
*/
swal.setActionValue('confirm', text);
swal.setActionValue(text);
}
}, {
key: 'render',
Expand Down

0 comments on commit 42f2ae8

Please sign in to comment.