From 5d86da48c7c175795db0d4fe94e895ffd0fc35d0 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 19 Dec 2017 15:44:58 +0900 Subject: [PATCH] The missing : --- docs/api/auto-updater.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/auto-updater.md b/docs/api/auto-updater.md index d3b6d54756cb..8f4a4128b425 100644 --- a/docs/api/auto-updater.md +++ b/docs/api/auto-updater.md @@ -113,7 +113,7 @@ Under the hood calling `autoUpdater.quitAndInstall()` will close all application windows first, and automatically call `app.quit()` after all windows have been closed. -**Note** If the application is quit without calling this API after the +**Note:** If the application is quit without calling this API after the `update-downloaded` event has been emitted, the application will still be replaced by the updated one on the next run.