Merge pull request #590 from michaelgmiller/master

Fix spelling mistake in mocha method definition.
This commit is contained in:
Boris Yankov
2013-06-02 11:13:01 -07:00
+1 -1
View File
@@ -24,7 +24,7 @@ declare function before(action: () => void): void;
declare function before(action: (done: () => void) => void): void;
declare function aftet(action: () => void): void;
declare function after(action: () => void): void;
declare function after(action: (done: () => void) => void): void;