spelling correction

pull/303/head
Jaylou Rasonabe 2 years ago committed by GitHub
parent 8b41cd49c3
commit 7468a287e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -243,7 +243,7 @@ class App extends Component {
renderCountries = () => {
return this.state.data.map((country) => {
const languageOrLanguages =
country.languages.length > 1 ? 'Langauges' : 'Language'
country.languages.length > 1 ? 'Languages' : 'Language'
const formatLanguages = country.languages
.map(({ name }) => name)
.join(', ')

Loading…
Cancel
Save