From 9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 7 Jul 2021 12:40:08 -0400 Subject: remove wiki.developer.mozilla.org links (es) (#1443) Part of #1440 --- files/es/web/web_components/using_templates_and_slots/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/es/web/web_components/using_templates_and_slots') diff --git a/files/es/web/web_components/using_templates_and_slots/index.html b/files/es/web/web_components/using_templates_and_slots/index.html index d8047d325b..6234cd0c07 100644 --- a/files/es/web/web_components/using_templates_and_slots/index.html +++ b/files/es/web/web_components/using_templates_and_slots/index.html @@ -171,7 +171,7 @@ document.body.appendChild(templateContent);
  • <slot name="attributes">
  • -
  • El elemento {{HTMLElement("template")}} envuelve los slots con atributo name dentro de un elemento {{HTMLElement("details")}}.
  • +
  • El elemento {{HTMLElement("template")}} envuelve los slots con atributo name dentro de un elemento {{HTMLElement("details")}}.
  • Crear un nuevo elemento <element-details> desde el elemento <template>

    @@ -219,7 +219,7 @@ document.body.appendChild(templateContent);

    Observa estos puntos sobre el fragmento anterior:

    -- cgit v1.2.3-54-g00ecf