refactor: fix typo in comment (#1912)

This commit is contained in:
Cong 2022-08-01 18:13:59 +10:00 committed by GitHub
parent e547eaf563
commit 7ceec92455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@ const useLanguages = (topLangs, hide, langs_count) => {
});
}
// filter out langauges to be hidden
// filter out languages to be hidden
langs = langs
.sort((a, b) => b.size - a.size)
.filter((lang) => {