This commit is contained in:
John McLear 2013-03-13 15:08:19 -03:00
parent 5690f2d01e
commit b81be97f94
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ describe("enter keystroke", function(){
this.timeout(60000);
});
it("creates a enw line & puts cursor onto a new line", function(done) {
it("creates a new line & puts cursor onto a new line", function(done) {
var inner$ = helper.padInner$;
var chrome$ = helper.padChrome$;