Skip to content

Commit 4b099ce

Browse files
firecraftgamingRafaelGSS
authored andcommitted
doc: fix typo in method name in the sea doc
PR-URL: #54027 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent a5a60e6 commit 4b099ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/single-executable-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ This method can be used to retrieve the assets configured to be bundled into the
343343
single-executable application at build time.
344344
An error is thrown when no matching asset can be found.
345345
346-
Unlike `sea.getRawAsset()` or `sea.getAssetAsBlob()`, this method does not
346+
Unlike `sea.getAsset()` or `sea.getAssetAsBlob()`, this method does not
347347
return a copy. Instead, it returns the raw asset bundled inside the executable.
348348
349349
For now, users should avoid writing to the returned array buffer. If the

0 commit comments

Comments
 (0)