From 8ddaa9bc72e2ba127f804946c2c8997c4229dd27 Mon Sep 17 00:00:00 2001 From: Jorrit Schippers Date: Tue, 13 Oct 2015 12:17:43 +0200 Subject: [PATCH] fix spelling in command help Changed two cases of `comma seperate` to `comma separated` --- bin/modernizr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/modernizr b/bin/modernizr index e23258f80c..97e3e13f97 100755 --- a/bin/modernizr +++ b/bin/modernizr @@ -17,11 +17,11 @@ var yargs = require('yargs') }) .options('f', { alias: 'features', - describe: 'comma seperate list of feature detects' + describe: 'comma separated list of feature detects' }) .options('o', { alias: 'options', - describe: 'comma seperate list of extensibility options' + describe: 'comma separated list of extensibility options' }) .options('c', { alias: 'config',