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) => {