diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index eadd8a492..290cdd2d4 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -288,7 +288,7 @@ interface JQueryGenericPromise { } /** - * Interface for the JQuery promise/deffered callbacks + * Interface for the JQuery promise/deferred callbacks */ interface JQueryPromiseCallback { (value?: T, ...args: any[]): void;