Skip to content

Commit b40df78

Browse files
Fix missing backtick around tag name (#2401)
1 parent 6e8a2df commit b40df78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/description-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Description list
2-
description: The `<dl>`, `<dt>`, and '<dd>' HTML elements represent a list of terms and their associated descriptions. Use a description list to create glossaries or similar list of key-value pairs.
2+
description: The `<dl>`, `<dt>`, and `<dd>` HTML elements represent a list of terms and their associated descriptions. Use a description list to create glossaries or similar list of key-value pairs.
33
spec:
44
- https://html.spec.whatwg.org/multipage/grouping-content.html#the-dd-element
55
- https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element

0 commit comments

Comments
 (0)