From 03da642d5e750b0e9b5348c9a71026b5c5c743e0 Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Fri, 19 Dec 2014 17:56:57 +0100 Subject: [PATCH] Fix doc --- lib/console2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);