Skip to content

Commit a38e5d5

Browse files
authored
Merge pull request #178 from avindra/patch-1
esm.md: fix dynamic import MDN reference
2 parents d809cfd + 0f04d8c commit a38e5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_faq/general/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Yes. The exact process depends on how you're using Jasmine:
77
* If you're using the standalone distribution or any other in-browser setup
88
where you control the HTML tags, use `<script type="module">`.
99
* If you're using the jasmine NPM package, your scripts will be loaded using
10-
[dynamic import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports).
10+
[dynamic import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import).
1111
This means that files will be treated as ES modules if they're in a package
1212
that has `"type": "module"` in its `package.json` or if their names end in
1313
`.mjs`.

0 commit comments

Comments
 (0)