diff --git a/konva.js b/konva.js index 26b85d77..dbc1cdcc 100644 --- a/konva.js +++ b/konva.js @@ -7584,7 +7584,7 @@ }; /** - * get/set filter contrast. The contrast is a number between -100 and 100.  + * get/set filter contrast. The contrast is a number between -100 and 100. * Use with {@link Konva.Filters.Contrast} filter. * @name contrast * @method diff --git a/src/filters/Contrast.js b/src/filters/Contrast.js index 64b8a9c8..8527b0cb 100644 --- a/src/filters/Contrast.js +++ b/src/filters/Contrast.js @@ -58,7 +58,7 @@ }; /** - * get/set filter contrast. The contrast is a number between -100 and 100.  + * get/set filter contrast. The contrast is a number between -100 and 100. * Use with {@link Konva.Filters.Contrast} filter. * @name contrast * @method