fix copy paste error

This commit is contained in:
Trevor Baron
2015-06-05 20:41:14 -04:00
parent a46c72a1fb
commit 8ad4c108a2
+2 -2
View File
@@ -1,4 +1,4 @@
// Type definitions for body-parser
// Type definitions for rivets
// Project: http://rivetsjs.com/
// Definitions by: Trevor Baron <https://github.com/TrevorDev>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
@@ -32,4 +32,4 @@ interface FinchStatic {
declare var Rivets: FinchStatic;
declare module "rivets" {
export = Rivets;
}
}