Fix spelling mistake in mocha method definition.

This commit is contained in:
Michael Miller
2013-06-02 13:02:21 -04:00
parent dfcabd05e3
commit 19dbd29449
+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;