From 5460b84c6081fae117d10658d0ffd9f73cac189c Mon Sep 17 00:00:00 2001 From: liang feng Date: Mon, 30 Mar 2015 16:13:11 +0800 Subject: [PATCH] modify param description --- docs/api/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/app.md b/docs/api/app.md index 4119dbf75904..126dd408f801 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -218,7 +218,7 @@ Append an argument to Chromium's command line. The argument will quoted properly ## app.dock.bounce([type]) * `type` String - Can be `critical` or `informational`, the default is -* `informational` + `informational` When `critical` is passed, the dock icon will bounce until either the application becomes active or the request is canceled.