mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
refactor: fix typo in comment (#1912)
This commit is contained in:
parent
e547eaf563
commit
7ceec92455
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue