Skip to content

Commit b27f7e8

Browse files
committed
Merge pull request ionic-team#1639 from arturokunder/patch-1
Update actionSheet.js
2 parents b4b9407 + c6fb60c commit b27f7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/angular/service/actionSheet.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function($rootScope, $document, $compile, $animate, $timeout, $ionicTemplateLoad
7474
* - `[Object]` `buttons` Which buttons to show. Each button is an object with a `text` field.
7575
* - `{string}` `titleText` The title to show on the action sheet.
7676
* - `{string=}` `cancelText` the text for a 'cancel' button on the action sheet.
77-
* - `{string=}` `destructivetext` The text for a 'danger' on the action sheet.
77+
* - `{string=}` `destructiveText` The text for a 'danger' on the action sheet.
7878
* - `{function=}` `cancel` Called if the cancel button is pressed, the backdrop is tapped or
7979
* the hardware back button is pressed.
8080
* - `{function=}` `buttonClicked` Called when one of the non-destructive buttons is clicked,

0 commit comments

Comments
 (0)