From 42ece2600c6f32975f484853f19b2487bf291447 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 18 Sep 2021 18:28:40 +0900 Subject: [PATCH] chore: Fix typo in index.js wether -> whether --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 342adf7..ccfb53c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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 \ No newline at end of file +//# sourceMappingURL=index.js.map