diff --git a/gulpfile.js b/gulpfile.js index 66a4c84a..571d2508 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -169,7 +169,7 @@ function bytediffFormatter(data) { * Format a number as a percentage * @param {Number} num Number to format as a percent * @param {Number} precision Precision of the decimal - * @return {Number} Formatted perentage + * @return {Number} Formatted percentage */ function formatPercent(num, precision) { return (num * 100).toFixed(precision);