From 5f7e61f02fc6626bc093a937b413e0ee33c83063 Mon Sep 17 00:00:00 2001 From: Tristan Fischer Date: Thu, 31 Aug 2017 22:33:10 +0200 Subject: [PATCH] fix typo in shadow docs (#4271) --- src/shadow.class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {