From 69eda08da405e12c9096d9ccdab441508847e8b9 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 24 Mar 2026 09:53:35 +0100 Subject: [PATCH] fix typo --- docs/src/guide/processes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/processes.rst b/docs/src/guide/processes.rst index e3c543c9b..b042fb5a2 100644 --- a/docs/src/guide/processes.rst +++ b/docs/src/guide/processes.rst @@ -95,7 +95,7 @@ Changing the UID/GID is only supported on Unix, ``uv_spawn`` will fail on Windows with ``UV_ENOTSUP``. * ``UV_PROCESS_WINDOWS_RESOLVE_BATCH`` - Considers .cmd and .bat files - when resolving an executable without an explicit extensionon on Windows. + when resolving an executable without an explicit extension on Windows. Ignored on Unix. * ``UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS`` - No quoting or escaping of ``uv_process_options_t.args`` is done on Windows. Ignored on Unix.