Browse Source

The missing :

Cheng Zhao 7 years ago
parent
commit
5d86da48c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/auto-updater.md

+ 1 - 1
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.