From 1726c5bb9990314708c2b4af63463e4a7cb9586f Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Wed, 5 Jul 2023 09:32:22 +0300 Subject: [PATCH] Fixed docstring for scripts helper function (#2913) --- scripts/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helpers.js b/scripts/helpers.js index 6746adc..f518a53 100644 --- a/scripts/helpers.js +++ b/scripts/helpers.js @@ -10,7 +10,7 @@ const REPO = "github-readme-stats"; /** * Retrieve information about the repository that ran the action. * - * @param {Object} context Action context. + * @param {Object} ctx Action context. * @returns {Object} Repository information. */ export const getRepoInfo = (ctx) => {