Update angular.d.ts comment with typo fix.

This commit is contained in:
Nathan Brown
2014-12-03 08:47:23 -07:00
committed by Nathan Brown
parent bd0833a22e
commit 3461cb93a6

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;