[CB-4588] updated function parameter description to button labels as array of strings
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/4c962ee2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/4c962ee2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/4c962ee2 Branch: refs/heads/master Commit: 4c962ee28026f31ce63250ef2a5f6ff8f7fc277f Parents: 15ee26d Author: lorinbeer <[email protected]> Authored: Tue Sep 3 10:45:00 2013 -0700 Committer: lorinbeer <[email protected]> Committed: Tue Sep 3 10:45:00 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/cordova/notification/notification.confirm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4c962ee2/docs/en/edge/cordova/notification/notification.confirm.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/notification/notification.confirm.md b/docs/en/edge/cordova/notification/notification.confirm.md index 03c2ba8..8f6665a 100755 --- a/docs/en/edge/cordova/notification/notification.confirm.md +++ b/docs/en/edge/cordova/notification/notification.confirm.md @@ -29,7 +29,7 @@ Displays a customizable confirmation dialog box. - __title__: Dialog title. _(String)_ (Optional, defaults to `Confirm`) -- __buttonLabels__: Comma-separated string specifying button labels. _(String)_ (Optional, defaults to `OK,Cancel`) +- __buttonLabels__: Array of strings specifying button labels. _(Array)_ (Optional, defaults to `OK,Cancel`) ## Description
