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 %}