From c9615a201cd4fd555ee24b5e2b6280cfaa819fb8 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Fri, 25 Nov 2016 23:23:45 +1100 Subject: [PATCH] Update app docs --- 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 c7f01623e6..dbb31378db 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -845,7 +845,7 @@ When `informational` is passed, the dock icon will bounce for one second. However, the request remains active until either the application becomes active or the request is canceled. -Return `Integer` an ID representing the request. +Returns `Integer` an ID representing the request. ### `app.dock.cancelBounce(id)` _macOS_