Updated Branches: refs/heads/master 875c8fe2e -> 8b1ad9dc3
[CB-4588] added square brackets to default value documentation Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/8b1ad9dc Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/8b1ad9dc Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/8b1ad9dc Branch: refs/heads/master Commit: 8b1ad9dc31782c1a63f0c305246eb7ed1228eb3c Parents: 875c8fe Author: lorinbeer <[email protected]> Authored: Wed Sep 4 10:57:26 2013 -0700 Committer: lorinbeer <[email protected]> Committed: Wed Sep 4 10:57:26 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/8b1ad9dc/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 8f6665a..86874f6 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__: Array of strings specifying button labels. _(Array)_ (Optional, defaults to `OK,Cancel`) +- __buttonLabels__: Array of strings specifying button labels. _(Array)_ (Optional, defaults to [`OK,Cancel`]) ## Description
