Fix typo in comments

defile => define
This commit is contained in:
Ben Turner
2013-11-20 10:01:52 +11:00
parent 4d8c44639e
commit 62c4df6fcd

View File

@@ -582,7 +582,7 @@ declare module ng {
cache?: any;
withCredentials?: boolean;
// These accept multiple types, so let's defile them as any
// These accept multiple types, so let's define them as any
data?: any;
transformRequest?: any;
transformResponse?: any;