Skip to content

Commit

Permalink
Fixed docs typo inside src/common/utils.js (anuraghazra#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored and devantler committed May 1, 2023
1 parent 1003538 commit 95f78b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 95f78b7

Please sign in to comment.