From 8bfaf6790cc1f9326680c3b18da1bc6bfbb6f8b6 Mon Sep 17 00:00:00 2001 From: Saqib Ameen <31374163+MrSaqibAmeen@users.noreply.github.com> Date: Tue, 9 Jan 2018 02:37:21 +0500 Subject: [PATCH] FIX: Spellings of `comment` Fix the spellings of `comment` from `commnet` to `comment`. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 79a6d24..457f784 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -83,7 +83,7 @@ function browsersync() { open: config.browserAutoOpen, // Inject CSS changes. - // Commnet it to reload browser for every CSS change. + // Comment it to reload browser for every CSS change. injectChanges: config.injectChanges });