From 1c8966ec5727323e83e382588cf28aa7a958e51a Mon Sep 17 00:00:00 2001 From: Sergio Scabuzzo Date: Wed, 7 Nov 2018 10:38:13 -0800 Subject: [PATCH] Fix comment from singular to plural and add period at end. (#151) --- gulpfile.babel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 507373d0..49ec8cb2 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -136,7 +136,7 @@ export function php() { standard: 'WordPress', warningSeverity: 0 })) - // Log all problems that was found + // Log all problems that were found. .pipe(phpcs.reporter('log')) .pipe(replace('wprig', config.theme.slug)) .pipe(replace('WP Rig', config.theme.name))