Skip to content

Commit

Permalink
fix(docs): Fix modal-cancel slot name in meta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse committed Sep 1, 2017
1 parent 55c4ff0 commit a8772ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/components/modal/meta.json
Expand Up @@ -45,7 +45,7 @@
},
{
"event": "cancel",
"description": "when default CANCEL button pressed, just before modal has hidden",
"description": "when default CANCEL (close) button pressed, just before modal has hidden",
"args": [
{
"e": "Close event object. Cancelable: See docs"
Expand All @@ -71,8 +71,8 @@
"description": "Modal OK button content."
},
{
"name": "modal-close",
"description": "Modal Close button content."
"name": "modal-cancel",
"description": "Modal Close (cancel) button content."
}
]
}

0 comments on commit a8772ac

Please sign in to comment.