Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariya Hidayat committed Jul 6, 2020
1 parent 6870819 commit 6d47710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ With same trigger on the `jobQueues` collection, each new queue will invoke the
Each job run will have the following properties:
* `jobId`: the unique string associated with the job config
* `timestamp`: the starting time right before the execution (Unix epoch)
* `elasped`: the duration of the task execution (in milliseconds)
* `elapsed`: the duration of the task execution (in milliseconds)
* `result`: the output of executing the task

## Setup
Expand Down

0 comments on commit 6d47710

Please sign in to comment.