diff --git a/lib/console2.js b/lib/console2.js index 3e2cd96..8a8d97e 100644 --- a/lib/console2.js +++ b/lib/console2.js @@ -324,8 +324,8 @@ * * Add tags * @param {String|Object} tag - * @param {String} tag.msg The tag - * @paral {String|Array} tag.color colors.js colors + * @param {String} tag.msg The tag + * @paral {String|Array} tag.colors colors.js colors */ Console2.prototype.tag = Console2.prototype.t = function () { var tags = Array.prototype.slice.call(arguments, 0);