Skip to content

Commit c5cf366

Browse files
atinuxokineadev
andauthored
Update server/utils/markdown.ts
Co-authored-by: Okinea Dev <hi@okinea.dev>
1 parent e1f001c commit c5cf366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/utils/markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export function generatePackageMarkdown(options: PackageMarkdownOptions): string
256256
lines.push('## Maintainers')
257257
lines.push('')
258258
for (const maintainer of pkg.maintainers.slice(0, 10)) {
259-
// npm API returns username but @npm/types Contact doesn't include it
259+
// npm API returns username but `@npm/types` `Contact` doesn't include it
260260
const username = (maintainer as { username?: string }).username
261261
const name = maintainer.name || username || 'Unknown'
262262
if (username) {

0 commit comments

Comments
 (0)