diff --git a/docs/curry/throttle.mdx b/docs/curry/throttle.mdx index ae460f44..048d86a1 100644 --- a/docs/curry/throttle.mdx +++ b/docs/curry/throttle.mdx @@ -32,7 +32,7 @@ Throttle Invocations: x x x x x x x x x x x x x x x x x x x x x x x x x x x x x Source Invocations: x - - - - - - - - - - - - x - - - - - - - - - - - - - x - - - - - - ``` -If the `falling` option is set to `true`, the source function will be called again after +If the `trailing` option is set to `true`, the source function will be called again after `interval` if any invocations were made during the throttled period. ```sh