We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db238a commit ad1240bCopy full SHA for ad1240b
src/exec.ts
@@ -23,7 +23,7 @@ export class Exec {
23
* @param {(string|string[])} command - The command or command and arguments to execute.
24
* @param {stream.Writable} stdout - The stream to write stdout data from the command.
25
* @param {stream.Writable} stderr - The stream to write stderr data from the command.
26
- * @param {stream.Readable} stdin - The strream to write stdin data into the command.
+ * @param {stream.Readable} stdin - The stream to write stdin data into the command.
27
* @param {boolean} tty - Should the command execute in a TTY enabled session.
28
* @param {(V1Status) => void} statusCallback -
29
* A callback to received the status (e.g. exit code) from the command, optional.
0 commit comments