From d2d707370f72b50b0e24eb88ef0f298de2f8de15 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Wed, 16 Jul 2025 17:49:04 -0400 Subject: [PATCH] origin.mdx: fix dynamic import MDN reference --- docs/api/commands/origin.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/commands/origin.mdx b/docs/api/commands/origin.mdx index 1876ad39d2..ff0cf6cc80 100644 --- a/docs/api/commands/origin.mdx +++ b/docs/api/commands/origin.mdx @@ -431,7 +431,7 @@ in browser-targeted code. Note that it is not possible to use [CommonJS `require()`](https://nodejs.org/api/modules.html#requireid) or -[ES module `import()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports) +[ES module `import()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import) within the callback. :::caution