@@ -86,14 +86,15 @@ const createLanguageTextNode = ({ langs, totalSize, x, y }) => {
86
86
/**
87
87
* Create WakaTime text item.
88
88
*
89
- *@param {Object[] } args The function arguments.
90
- *@param {string } id The id of the text node item.
91
- *@param {string } label The label of the text node item.
92
- *@param {string } value The value of the text node item.
93
- *@param {number } index The index of the text node item.
94
- *@param {percent } percent Percentage of the text node item.
95
- *@param {boolean } hideProgress Whether to hide the progress bar.
96
- *@param {string } progressBarBackgroundColor The color of the progress bar background.
89
+ *@param {Object } args The function arguments.
90
+ *@param {string } args.id The id of the text node item.
91
+ *@param {string } args.label The label of the text node item.
92
+ *@param {string } args.value The value of the text node item.
93
+ *@param {number } args.index The index of the text node item.
94
+ *@param {string } args.percent Percentage of the text node item.
95
+ *@param {boolean } args.hideProgress Whether to hide the progress bar.
96
+ *@param {string } args.progressBarColor The color of the progress bar.
97
+ *@param {string } args.progressBarBackgroundColor The color of the progress bar background.
97
98
*/
98
99
const createTextNode = ( {
99
100
id,