From 2e720bb7f1202741effdaec4a50f3d5191ed83ba Mon Sep 17 00:00:00 2001 From: Jonathan Siegel Date: Sat, 18 Aug 2018 14:16:51 +0900 Subject: [PATCH] Coders care 'bout spellin'. Seperate not a word, but separate is. https://en.oxforddictionaries.com/definition/separate --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a3849bce..9e4da0c1 100644 --- a/index.js +++ b/index.js @@ -136,7 +136,7 @@ function parse (args, opts) { var next var value - // -- seperated by = + // -- separated by = if (arg.match(/^--.+=/) || ( !configuration['short-option-groups'] && arg.match(/^-.+=/) )) {