]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fixed capitalization in comments 1934/head
authorAlexander Jeng <alexanderjeng@gmail.com>
Mon, 22 Sep 2014 05:09:53 +0000 (22:09 -0700)
committerAlexander Jeng <alexanderjeng@gmail.com>
Mon, 22 Sep 2014 05:09:53 +0000 (22:09 -0700)
tasks/check_sauce_creds.js

index d2ceabf72acfb6beaaf56fb4680d8f19f8daf007..dd9de91c577cdac40a31dfeb64aa2535ba807812 100644 (file)
@@ -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');