Skip to content

Commit

Permalink
doc: missing brackets
Browse files Browse the repository at this point in the history
PR-URL: #32657
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
sla100 authored and targos committed Apr 28, 2020
1 parent 6489a5b commit 68a1cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/esm.md
Expand Up @@ -1241,7 +1241,7 @@ console.log('I just set some globals!');
const { createRequire } = getBuiltin('module');
const require = createRequire(process.cwd + '/<preload>');
const require = createRequire(process.cwd() + '/<preload>');
// [...]
`;
}
Expand Down

0 comments on commit 68a1cec

Please sign in to comment.