From b70d6b5e535f9bb1f4195bad97434d439b533963 Mon Sep 17 00:00:00 2001 From: Martonveghcode Date: Mon, 6 Jul 2026 18:38:40 +0200 Subject: [PATCH] Fix documentation typos --- docs/process-output.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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