From adb655a53bf5f774e1344888ae0ab137225c4fa8 Mon Sep 17 00:00:00 2001 From: Lea Verou Date: Mon, 9 Dec 2024 10:44:03 -0500 Subject: [PATCH] =?UTF-8?q?Properties=20=E2=9E=A1=EF=B8=8F=20Attributes=20?= =?UTF-8?q?&=20Properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_layouts/component.njk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_layouts/component.njk b/docs/_layouts/component.njk index f5253d477..53a3eba0c 100644 --- a/docs/_layouts/component.njk +++ b/docs/_layouts/component.njk @@ -62,7 +62,7 @@ {# Properties #} {% if component.properties.length %} -

Properties

+

Attributes & Properties

@@ -77,9 +77,9 @@ {% for prop in component.properties %}
- {{ prop.name }}
+ {{ prop.name }}
{% if prop.attribute %} -
{{ prop.attribute }}
+
{{ prop.attribute }}
{% endif %}