Skip to content

Commit

Permalink
build: fix typo in error message
Browse files Browse the repository at this point in the history
closes #121
  • Loading branch information
mhmda-83 authored and dougwilson committed Apr 19, 2021
1 parent 3753489 commit eb95ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (!MD_HEADER_REGEXP.test(historyFileLines[1])) {
}

if (!VERSION_PLACEHOLDER_REGEXP.test(historyFileLines[0])) {
console.error('Missing placegolder version in HISTORY.md')
console.error('Missing placeholder version in HISTORY.md')
process.exit(1)
}

Expand Down

0 comments on commit eb95ed7

Please sign in to comment.