mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
Merge pull request #3260 from ngbrown/patch-3
Update angular.d.ts comment with typo fix.
This commit is contained in:
Vendored
+1
-1
@@ -743,7 +743,7 @@ declare module ng {
|
||||
debugEnabled(enabled: boolean): ILogProvider;
|
||||
}
|
||||
|
||||
// We define this as separete interface so we can reopen it later for
|
||||
// We define this as separate interface so we can reopen it later for
|
||||
// the ngMock module.
|
||||
interface ILogCall {
|
||||
(...args: any[]): void;
|
||||
|
||||
Reference in New Issue
Block a user