Skip to content

Commit f153bf7

Browse files
committed
fix: make addedinElement casing consistent
1 parent 91df749 commit f153bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/legacy-html/utils/buildContent.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const buildMetadataElement = node => {
110110

111111
// Creates the added in element with the added in version
112112
const addedinElement = createElement('span', [
113-
createElement('b', 'Added In: '),
113+
'Added in: ',
114114
addedIn,
115115
]);
116116

0 commit comments

Comments
 (0)