From 5e1fcbdb1c63481ff5ee6985bb56bca563837382 Mon Sep 17 00:00:00 2001 From: Alexander Jeng Date: Sun, 21 Sep 2014 22:09:53 -0700 Subject: [PATCH] Fixed capitalization in comments --- tasks/check_sauce_creds.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/check_sauce_creds.js b/tasks/check_sauce_creds.js index d2ceabf72..dd9de91c5 100644 --- a/tasks/check_sauce_creds.js +++ b/tasks/check_sauce_creds.js @@ -1,8 +1,8 @@ module.exports = function (grunt) { - // Pull Requests do not have secure variables enabled for security reasons. + // Pull requests do not have secure variables enabled for security reasons. // Use this task before launching travis-sauce-browser task, so it would - // exit early and won't try connecting to saucelabs without credentials. + // exit early and won't try connecting to SauceLabs without credentials. grunt.registerTask('check-sauce-creds', function () { if (process.env.SAUCE_USERNAME === undefined) { grunt.log.writeln('No sauce credentials found'); -- 2.47.2