From 0bbf971bac5e2c47909a84d9d95418ee3ce9ca2d Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 29 May 2020 20:50:47 +0100 Subject: [PATCH] Update src/dispatcher/actions.ts Co-authored-by: Travis Ralston --- src/dispatcher/actions.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dispatcher/actions.ts b/src/dispatcher/actions.ts index c1d6fd5c54..7e76ea5ccb 100644 --- a/src/dispatcher/actions.ts +++ b/src/dispatcher/actions.ts @@ -50,8 +50,7 @@ export enum Action { RecheckTheme = "recheck_theme", /** - * Response to manual update check, will fire multiple times during the update check. + * Provide status information for an ongoing update check. Should be used with a CheckUpdatesPayload. */ CheckUpdates = "check_updates", } -