From 0e366e38a8fc034d57fd1096372c1e0c1a969c18 Mon Sep 17 00:00:00 2001 From: Jonathan Siegel Date: Sat, 6 Oct 2018 15:23:48 -0400 Subject: [PATCH] docs: coders care 'bout spellin'. (#129) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2e5ddd32..357fe227 100644 --- a/index.js +++ b/index.js @@ -137,7 +137,7 @@ function parse (args, opts) { var next var value - // -- seperated by = + // -- separated by = if (arg.match(/^--.+=/) || ( !configuration['short-option-groups'] && arg.match(/^-.+=/) )) {