Skip to content

Commit

Permalink
Fixed comment (2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Nov 8, 2024
1 parent d406a97 commit 9b8e68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsapi-nodejs/src/loaderUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export type LoadModuleOptions = {
* @param sourceModuleType module format from the server.
* @param targetModuleType (optional) module format to be exported. Defaults to
* sourceModuleType.
* @param overrides (optional) Additional options to pass to esbuild.
* @param esbuildOptions (optional) Additional options to pass to esbuild.
* @returns The default export of the first module in `serverPaths`.
*/
export async function loadModules<TMainModule>({
Expand Down

0 comments on commit 9b8e68f

Please sign in to comment.