Capitalize comment in post-install.js.

Former-commit-id: ea8604f6d044b60378548afea2ca672ac5795244
This commit is contained in:
John-David Dalton
2012-10-19 01:33:06 -07:00
parent 053a9a6317
commit e1643566f9

View File

@@ -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'