Merge pull request #3260 from ngbrown/patch-3

Update angular.d.ts comment with typo fix.
This commit is contained in:
Masahiro Wakame
2014-12-06 22:36:20 +09:00
+1 -1
View File
@@ -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;