From a5e3dfc802150b548ba56f3c090c977b6a683846 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 10 Sep 2017 15:44:23 +0000 Subject: [PATCH] spelling: version --- script/lib/check-chromedriver-version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/lib/check-chromedriver-version.js b/script/lib/check-chromedriver-version.js index 6fd313fc7..1659f093c 100644 --- a/script/lib/check-chromedriver-version.js +++ b/script/lib/check-chromedriver-version.js @@ -9,7 +9,7 @@ module.exports = function () { const chromedriverVer = buildMetadata.dependencies['electron-chromedriver'] const mksnapshotVer = buildMetadata.dependencies['electron-mksnapshot'] - // Always use tilde on electron-chromedriver so that it can pick up the best patch vesion + // Always use tilde on electron-chromedriver so that it can pick up the best patch version if (!chromedriverVer.startsWith('~')) { throw new Error(`electron-chromedriver version in script/package.json should start with a tilde to match latest patch version.`) }