Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklemmon committed Sep 22, 2020
1 parent 8f0acb9 commit 7f37367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2947,7 +2947,7 @@ module.exports = /******/ (function (modules, runtime) {
function getIntroMsg(numberOfPRs) {
if (numberOfPRs === 1) return 'There is 1 PR that still needs a reviewer.'

return `There are ${numberOfPRs} PRs that still reviewers.`
return `There are ${numberOfPRs} PRs that still need reviewers.`
}

async function start() {
Expand Down

0 comments on commit 7f37367

Please sign in to comment.