From bb9ce2d02680782cb46583b5293b339881597b8c Mon Sep 17 00:00:00 2001 From: Danish Shafi <33339824+builtbydans@users.noreply.github.com> Date: Tue, 14 Dec 2021 18:17:54 +0000 Subject: [PATCH] docs(jshint): fix typo in sed command --- jshint/jshintrc.webi.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshint/jshintrc.webi.json5 b/jshint/jshintrc.webi.json5 index b826f13..17eb495 100644 --- a/jshint/jshintrc.webi.json5 +++ b/jshint/jshintrc.webi.json5 @@ -2,7 +2,7 @@ // Recommended config from https://webinstall.dev/jshint // // To copy this file into your project without comments, run this: -// sed -e ~/.jshintrc.webi.json5 's://.*::g' > .jshintrc +// sed -e 's://.*::g' ~/.jshintrc.webi.json5 > .jshintrc { "browser": true,