Fixed docs typo inside src/common/utils.js (#2651)

This commit is contained in:
Alexandr Garbuzov 2023-04-28 10:51:24 +03:00 committed by GitHub
parent 30a45d3c13
commit 6eebfe36e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.