From af78916fbc2d4d8ff7102eca1258a54c5ca549bc Mon Sep 17 00:00:00 2001 From: Anton Strogonoff Date: Fri, 23 Jan 2026 05:02:54 +0800 Subject: [PATCH] docs(minor): fix punctuation Spotted an erroneous double quote. --- doc/api/single-executable-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/single-executable-applications.md b/doc/api/single-executable-applications.md index b0ee939b4be1db..96a0efa43c8a8d 100644 --- a/doc/api/single-executable-applications.md +++ b/doc/api/single-executable-applications.md @@ -518,7 +518,7 @@ a non-container Linux arm64 environment to work around this issue. ### Single executable application creation process A tool aiming to create a single executable Node.js application must -inject the contents of the blob prepared with `--experimental-sea-config"` +inject the contents of the blob prepared with `--experimental-sea-config` into: * a resource named `NODE_SEA_BLOB` if the `node` binary is a [PE][] file