mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Update angular.d.ts comment with typo fix.
This commit is contained in:
committed by
Nathan Brown
parent
bd0833a22e
commit
3461cb93a6
2
angularjs/angular.d.ts
vendored
2
angularjs/angular.d.ts
vendored
@@ -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