Minor edit.

This commit is contained in:
rickbsgu
2023-07-17 17:22:34 -06:00
parent 36b6efed2e
commit 30581e1e06
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
// component: DListItem
//
// Mimics the nroff/troff 'dl' (description list)
// Mimics the html 'dl' (description list)
//
// The 'dt' item is the item 'term' and is inserted into an 'h6' tag.
// Caller needs to style the 'h6' tag appropriately.