mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix typo
This commit is contained in:
Vendored
+1
-1
@@ -288,7 +288,7 @@ interface JQueryGenericPromise<T> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Interface for the JQuery promise/deffered callbacks
|
||||
* Interface for the JQuery promise/deferred callbacks
|
||||
*/
|
||||
interface JQueryPromiseCallback<T> {
|
||||
(value?: T, ...args: any[]): void;
|
||||
|
||||
Reference in New Issue
Block a user