Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 40ba2fc

Browse files
committed
fix typo
1 parent ef83478 commit 40ba2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jobs/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var path = require('path');
1818
* @param {string} [filter.machineType] - Optional machineType to match on
1919
* @param {string} [filter.state] - Optional state value to match on
2020
* @param {string} [filter.container] - Optional container to match on
21-
* @param {string} [filter.comand] - Optional command to match on
21+
* @param {string} [filter.command] - Optional command to match on
2222
* @param {string} [filter.workspace] - Optional workspace path to match on. Note: the original workspace path will be modified on upload to point to a temporary location.
2323
* @param {string} [filter.dataset] - Optional dataset to match on
2424
* @param {function} cb - Node-style error-first callback function

0 commit comments

Comments
 (0)