Skip to content

Commit 2b465ae

Browse files
judaviDanny McCormick
authored andcommitted
Fix an small typo in the documentation (microsoft#497)
* Fixed typo in silent parameter * Fix typo Fixed an small typo
1 parent 3f2176c commit 2b465ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

node/docs/azure-pipelines-task-lib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"return": "{ [key: string]: string; }"
3636
},
3737
"silent": {
38-
"documentation": "optional. defaults to fales ",
38+
"documentation": "optional. defaults to false ",
3939
"name": "silent",
4040
"return": "boolean"
4141
},
@@ -2489,4 +2489,4 @@
24892489
}
24902490
}
24912491
}
2492-
}
2492+
}

node/toolrunner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface IExecSyncOptions {
2929
/** optional envvar dictionary. defaults to current process's env */
3030
env: { [key: string]: string };
3131

32-
/** optional. defaults to fales */
32+
/** optional. defaults to false */
3333
silent: boolean;
3434

3535
outStream: stream.Writable;

0 commit comments

Comments
 (0)