diff --git a/google.feeds/google.feed.api.d.ts b/google.feeds/google.feed.api.d.ts index 4db5a2f75..06ba29139 100644 --- a/google.feeds/google.feed.api.d.ts +++ b/google.feeds/google.feed.api.d.ts @@ -4,7 +4,7 @@ // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module google.feeds { - export class feed { + export class Feed { constructor(); constructor(url: string); findFeeds(query?: string, callback?: (result: findResult) => void ): void;