diff --git a/docs/functions/deferred.html b/docs/functions/deferred.html
index 89124aa..08043ed 100644
--- a/docs/functions/deferred.html
+++ b/docs/functions/deferred.html
@@ -161,7 +161,7 @@
Type Parameters
An object containing the promise, resolve, and reject functions.
-Represents a deferred promise, which exposes the resolve and reject functions.
Optional
reason: anyOptions for the retry function.
-Optional
delay?: numberType alias for a function that can optionally be executed after the promise resolves or rejects. It can return void or a Promise that resolves to void.
-
The type of the value that the promise resolves to.