diff --git a/src/shadow.class.js b/src/shadow.class.js index 3474be51..12cc441f 100644 --- a/src/shadow.class.js +++ b/src/shadow.class.js @@ -61,7 +61,7 @@ /** * Constructor - * @param {Object|String} [options] Options object with any of color, blur, offsetX, offsetX properties or string (e.g. "rgba(0,0,0,0.2) 2px 2px 10px, "2px 2px 10px rgba(0,0,0,0.2)") + * @param {Object|String} [options] Options object with any of color, blur, offsetX, offsetY properties or string (e.g. "rgba(0,0,0,0.2) 2px 2px 10px") * @return {fabric.Shadow} thisArg */ initialize: function(options) {