Skip to content

Commit ad1240b

Browse files
authored
fix typo in Exec.exec docstring
1 parent 8db238a commit ad1240b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class Exec {
2323
* @param {(string|string[])} command - The command or command and arguments to execute.
2424
* @param {stream.Writable} stdout - The stream to write stdout data from the command.
2525
* @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.
26+
* @param {stream.Readable} stdin - The stream to write stdin data into the command.
2727
* @param {boolean} tty - Should the command execute in a TTY enabled session.
2828
* @param {(V1Status) => void} statusCallback -
2929
* A callback to received the status (e.g. exit code) from the command, optional.

0 commit comments

Comments
 (0)