Skip to content

Commit

Permalink
Fix spelling of background
Browse files Browse the repository at this point in the history
Related: Issue microsoft#29951
  • Loading branch information
dlech committed Jun 30, 2017
1 parent 0edc80d commit b2ede5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/workbench/parts/tasks/common/task.api.ts
Expand Up @@ -209,5 +209,5 @@ export interface ProblemMatcher {
/**
* A background monitor for tasks that are running in the background.
*/
backgound?: BackgroundMonitor;
}
background?: BackgroundMonitor;
}

0 comments on commit b2ede5f

Please sign in to comment.