diff --git a/src/filters/BlurFilter.js b/src/filters/BlurFilter.js index 49a941e..fb4a225 100644 --- a/src/filters/BlurFilter.js +++ b/src/filters/BlurFilter.js @@ -4,7 +4,7 @@ /** * The BlurFilter applies a Gaussian blur to an object. - * The strength of the blur can be set for x- and y-axis separately (always relative to the stage). + * The strength of the blur can be set for x- and y-axis separately. * * @class * @extends AbstractFilter