From d3761eea32f05820f4496a229bdb72585d1dd8d9 Mon Sep 17 00:00:00 2001 From: Biyeun Buczyk Date: Mon, 16 Sep 2024 21:46:31 +0200 Subject: [PATCH] fix typo in link --- docs/js-guide/dependencies.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/js-guide/dependencies.rst b/docs/js-guide/dependencies.rst index 570f3fc81d9b..179f407a5ef4 100644 --- a/docs/js-guide/dependencies.rst +++ b/docs/js-guide/dependencies.rst @@ -203,7 +203,7 @@ Webpack supports multiple module formats, with ES Modules (ESM) being the prefer That being said, a lot of legacy code on HQ is written in a modified AMD format. If you are adding a lot of new code to such a module, it is recommended that you `migrate this module to ESM format -<`__. +`__. However, not every modified AMD module is ready to be migrated to ESM immediately, so it's worth familiarizing yourself with working in that format.