Skip to content

Commit d2d7073

Browse files
committed
origin.mdx: fix dynamic import MDN reference
1 parent 3a428ac commit d2d7073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/commands/origin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ in browser-targeted code.
431431
Note that it is not possible to use
432432
[CommonJS `require()`](https://nodejs.org/api/modules.html#requireid)
433433
or
434-
[ES module `import()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports)
434+
[ES module `import()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import)
435435
within the callback.
436436

437437
:::caution

0 commit comments

Comments
 (0)