From 4b099ce1bde359eb1267c7266b3b49a134f9d5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eliyah=20Sundstr=C3=B6m?= Date: Thu, 15 Aug 2024 13:11:01 +0200 Subject: [PATCH] doc: fix typo in method name in the sea doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/54027 Reviewed-By: Joyee Cheung Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Moshe Atlow Reviewed-By: Ulises Gascón --- 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 fb48d31e6271ed..be86536291ba7d 100644 --- a/doc/api/single-executable-applications.md +++ b/doc/api/single-executable-applications.md @@ -343,7 +343,7 @@ This method can be used to retrieve the assets configured to be bundled into the single-executable application at build time. An error is thrown when no matching asset can be found. -Unlike `sea.getRawAsset()` or `sea.getAssetAsBlob()`, this method does not +Unlike `sea.getAsset()` or `sea.getAssetAsBlob()`, this method does not return a copy. Instead, it returns the raw asset bundled inside the executable. For now, users should avoid writing to the returned array buffer. If the