Skip to content

Commit

Permalink
Fix comment from singular to plural and add period at end. (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecotechie authored and felixarntz committed Nov 7, 2018
1 parent 7836e0f commit 1c8966e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Expand Up @@ -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))
Expand Down

0 comments on commit 1c8966e

Please sign in to comment.