Browse Source

Update README.md

There is a redundant letter 'a' before "the FIFA World Cup" in instructions line 2.
content-update
Aamsua 2 years ago committed by GitHub
parent
commit
97a00cc333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/is-winner/README.md

2
subjects/is-winner/README.md

@ -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

Loading…
Cancel
Save