File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const languageColors = require("../common/languageColors.json"); // now works
28
28
* @param {object } props The function properties.
29
29
* @param {string } props.color No coding activity text color.
30
30
* @param {string } props.text No coding activity translated text.
31
- * @return {string } No coding activity SVG node string.
31
+ * @returns {string } No coding activity SVG node string.
32
32
*/
33
33
const noCodingActivityNode = ( { color, text } ) => {
34
34
return `
@@ -143,7 +143,7 @@ const createTextNode = ({
143
143
* hiding languages.
144
144
*
145
145
* @param {import("../fetchers/types").WakaTimeLang[] } languages The languages array.
146
- * @return {void } The recalculated languages array.
146
+ * @returns {void } The recalculated languages array.
147
147
*/
148
148
const recalculatePercentages = ( languages ) => {
149
149
const totalSum = languages . reduce (
You can’t perform that action at this time.
0 commit comments