diff --git a/docs/effects/sepia.mdx b/docs/effects/sepia.mdx index 3106cb0..b28f26f 100644 --- a/docs/effects/sepia.mdx +++ b/docs/effects/sepia.mdx @@ -24,5 +24,5 @@ return ( | Name | Type | Default | Description | | ------------- | ------------- | -------------------- | ---------------------------------- | -| intensity | Boolean | 1 | The intensity of the effect | +| intensity | Number | 1 | The intensity of the effect | | blendFunction | BlendFunction | BlendFunction.NORMAL | The blend function of this effect. |