From e1643566f9d3a83fd81946d41a59aae34f52bfac Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 19 Oct 2012 01:33:06 -0700 Subject: [PATCH] Capitalize comment in post-install.js. Former-commit-id: ea8604f6d044b60378548afea2ca672ac5795244 --- build/post-install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/post-install.js b/build/post-install.js index bafa2883a..d3043133b 100644 --- a/build/post-install.js +++ b/build/post-install.js @@ -30,7 +30,7 @@ 'host': 'api.github.com', 'path': '/repos/bestiejs/lodash/git/blobs/' + objectId, 'headers': { - // by default, all GitHub blob API endpoints return a JSON document + // By default, all GitHub blob API endpoints return a JSON document // containing Base64-encoded blob data. Overriding the `Accept` header // with the GitHub raw media type returns the blob data directly. 'Accept': 'application/vnd.github.v3.raw'