Fixed docstring for create language text node function (#2704)

This commit is contained in:
Alexandr Garbuzov 2023-05-08 10:33:08 +03:00 committed by GitHub
parent 550b88ce87
commit 8ff5a3ba45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ const createCompactLangNode = ({ lang, totalSize, hideProgress, index }) => {
/**
* Creates compact layout of text only language nodes.
*
* @param {object[]} props Function properties.
* @param {object} props Function properties.
* @param {Lang[]} props.langs Array of programming languages.
* @param {number} props.totalSize Total size of all languages.
* @param {boolean} props.hideProgress Whether to hide percentage.