Skip to content

Commit 377d13a

Browse files
author
Andrew Nesbitt
committed
Fixed a typo in one of the 24 Pull Request badges
24PullRequests Participant had "during during" before hand.
1 parent 232839c commit 377d13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/models/badges/twenty_four_pull_requests.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ def load_badges
1414
Object.const_set "TwentyFourPullRequestsParticipant#{year}", Class.new(BadgeBase) {
1515
describe "24PullRequests Participant",
1616
skill: 'Open Source',
17-
description: "Sent at least one pull request during during the first 24 days of December #{year}",
17+
description: "Sent at least one pull request during the first 24 days of December #{year}",
1818
for: "participating in the 24pullrequest initiative during #{year}",
1919
image_name: "24-participant.png",
2020
url: "http://24pullrequests.com/"
2121
}
2222
end
2323
end
2424
end
25-
end
25+
end

0 commit comments

Comments
 (0)