mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-02-05 14:13:31 +08:00
Fixed docs typo inside src/common/utils.js (#2651)
This commit is contained in:
parent
30a45d3c13
commit
6eebfe36e8
@ -392,7 +392,7 @@ const lowercaseTrim = (name) => name.toLowerCase().trim();
|
||||
/**
|
||||
* Split array of languages in two columns.
|
||||
*
|
||||
* @template T Langauge object.
|
||||
* @template T Language object.
|
||||
* @param {Array<T>} arr Array of languages.
|
||||
* @param {number} perChunk Number of languages per column.
|
||||
* @returns {Array<T>} Array of languages split in two columns.
|
||||
|
Loading…
Reference in New Issue
Block a user