From 377d13a21f53424bbbb44f999d100b0650be4352 Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Mon, 18 Aug 2014 06:32:14 +0100 Subject: [PATCH] Fixed a typo in one of the 24 Pull Request badges 24PullRequests Participant had "during during" before hand. --- app/models/badges/twenty_four_pull_requests.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/badges/twenty_four_pull_requests.rb b/app/models/badges/twenty_four_pull_requests.rb index fac8e010..00961b01 100644 --- a/app/models/badges/twenty_four_pull_requests.rb +++ b/app/models/badges/twenty_four_pull_requests.rb @@ -14,7 +14,7 @@ def load_badges Object.const_set "TwentyFourPullRequestsParticipant#{year}", Class.new(BadgeBase) { describe "24PullRequests Participant", skill: 'Open Source', - description: "Sent at least one pull request during during the first 24 days of December #{year}", + description: "Sent at least one pull request during the first 24 days of December #{year}", for: "participating in the 24pullrequest initiative during #{year}", image_name: "24-participant.png", url: "http://24pullrequests.com/" @@ -22,4 +22,4 @@ def load_badges end end end -end \ No newline at end of file +end