mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
typo
This commit is contained in:
parent
5690f2d01e
commit
b81be97f94
1 changed files with 1 additions and 1 deletions
|
@ -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$;
|
||||
|
||||
|
|
Loading…
Reference in a new issue