diff --git a/files/zh-cn/web/api/web_components/using_custom_elements/index.md b/files/zh-cn/web/api/web_components/using_custom_elements/index.md index 2910bbba5ebe87..00b9249d6e445b 100644 --- a/files/zh-cn/web/api/web_components/using_custom_elements/index.md +++ b/files/zh-cn/web/api/web_components/using_custom_elements/index.md @@ -446,7 +446,7 @@ customElements.define("expanding-list", ExpandingList, { extends: "ul" }); 你使用 `