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 <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
  • Loading branch information
sla100 authored and BridgeAR committed Apr 28, 2020
1 parent 520347c commit 5dba49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,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 5dba49d

Please sign in to comment.