Skip to content

Commit

Permalink
Merge pull request #976 from Aamsua/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Ihab authored Feb 19, 2022
2 parents 0949c5c + 97a00cc commit 8d4a943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/is-winner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Create a function `isWinner` that, by making use of `winners` "API", should
return a resolved Promise with the string:

- `<country> + ' never was a winner'`, if the country passed in `isWinner` has never won a the FIFA World Cup
- `<country> + ' never was a winner'`, if the country passed in `isWinner` has never won the FIFA World Cup

- `<country> + ' is not what we are looking for because of the continent'`,
if the country passed in `isWinner` is not from the european
Expand Down

0 comments on commit 8d4a943

Please sign in to comment.