From: Alexander Jeng Date: Mon, 22 Sep 2014 05:09:53 +0000 (-0700) Subject: Fixed capitalization in comments X-Git-Tag: 2.8.4~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1934%2Fhead;p=thirdparty%2Fmoment.git Fixed capitalization in comments --- 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');