diff --git a/docs/process-output.md b/docs/process-output.md index 684f17bccb..466e582cc8 100644 --- a/docs/process-output.md +++ b/docs/process-output.md @@ -29,7 +29,7 @@ interface ProcessOutput extends Error { text(encoding: Encoding = 'utf8'): string - // Output lines splitted by newline + // Output lines split by newline lines(delimiter?: string | RegExp): string[] // combined stdout and stderr