From eb95ed7b6b313a7b26705ee111895d2fec311cf7 Mon Sep 17 00:00:00 2001 From: Mohammad MohammadAlian Date: Wed, 3 Feb 2021 19:54:33 +0330 Subject: [PATCH] build: fix typo in error message closes #121 --- scripts/version-history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version-history.js b/scripts/version-history.js index b8a2b0e..c58268a 100644 --- a/scripts/version-history.js +++ b/scripts/version-history.js @@ -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) }