diff --git a/rivets/rivets.d.ts b/rivets/rivets.d.ts index 0eca72a9e..2b04653ec 100644 --- a/rivets/rivets.d.ts +++ b/rivets/rivets.d.ts @@ -1,4 +1,4 @@ -// Type definitions for body-parser +// Type definitions for rivets // Project: http://rivetsjs.com/ // Definitions by: Trevor Baron // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -32,4 +32,4 @@ interface FinchStatic { declare var Rivets: FinchStatic; declare module "rivets" { export = Rivets; -} \ No newline at end of file +}