Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Apr 22, 2020
1 parent 4a51480 commit 90d9cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/task_manager/server/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export interface TaskInstance {
/**
* The state passed into the task's run function, and returned by the previous
* run. If there was no previous run, or if the previous run did not return
* unknown state, this will be the empy object: {}
* any state, this will be the empy object: {}
*/
// we allow any here as unknown will break current use in otehr plugins
// this can be fixed by supporting generics in the future
Expand Down Expand Up @@ -340,7 +340,7 @@ export interface ConcreteTaskInstance extends TaskInstance {
/**
* The state passed into the task's run function, and returned by the previous
* run. If there was no previous run, or if the previous run did not return
* unknown state, this will be the empy object: {}
* any state, this will be the empy object: {}
*/
// we allow any here as unknown will break current use in otehr plugins
// this can be fixed by supporting generics in the future
Expand Down

0 comments on commit 90d9cd2

Please sign in to comment.