mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-18 15:25:50 +00:00
Fixed docs typo inside src/common/utils.js (#2651)
This commit is contained in:
committed by
GitHub
parent
30a45d3c13
commit
6eebfe36e8
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user