We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a87283 commit 7cf0b29Copy full SHA for 7cf0b29
glean/src/core/dispatcher.ts
@@ -41,7 +41,7 @@ const enum Commands {
41
// Unless unavoidable, prefer using the normal `Task`.
42
PersistentTask = "PersistentTask",
43
// Same as the `Task` command, but only tasks passed to `flushInit` to be perfomed
44
- // as the first task ever are are considered `InitTask`. This task is special because if
+ // as the first task ever are considered `InitTask`. This task is special because if
45
// it fails, the dispatcher will not proceed executing any other tasks and will shutdown.
46
//
47
// This command is always followed by a concrete task for the dispatcher to execute.
0 commit comments