chore: Fix typo in index.js

wether -> whether
This commit is contained in:
Ikko Ashimine 2021-09-18 18:28:40 +09:00 committed by GitHub
parent f32b3a3741
commit 42ece2600c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
dist/index.js vendored
View file

@ -3426,7 +3426,7 @@ const VERSION = "2.13.3";
*
* Octokit normalizes these responses so that paginated results are always returned following
* the same structure. One challenge is that if the list response has only one page, no Link
* header is provided, so this header alone is not sufficient to check wether a response is
* header is provided, so this header alone is not sufficient to check whether a response is
* paginated or not.
*
* We check if a "total_count" key is present in the response data, but also make sure that
@ -13443,4 +13443,4 @@ module.exports = require("zlib");
/******/
/******/ })()
;
//# sourceMappingURL=index.js.map
//# sourceMappingURL=index.js.map