Skip to content

Commit 796a176

Browse files
committed
fix typo
1 parent 5611b64 commit 796a176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ function generateTaginfo(presets, fields, deprecated, discarded, tstrings, proje
491491
if (!projectInfo.description) projectInfo.description = packageInfo.description;
492492

493493
projectInfo.description +=
494-
' The following mnemonics are used in individual tag descriptions to annotate in which context the respecive tag is supported:' +
494+
' The following mnemonics are used in individual tag descriptions to annotate in which context the respective tag is supported:' +
495495
' 🄿: preset, 🄵 field, 🄵🅅: field value, 🄳: deprecated tag, 🄳🄳: discarded tag';
496496
const requiredProps = ['name', 'description', 'project_url', 'contact_name', 'contact_email'];
497497
for (let i in requiredProps) {

0 commit comments

Comments
 (0)