summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-03-13 15:08:19 -0300
committerJohn McLear <john@mclear.co.uk>2013-03-13 15:08:19 -0300
commitb81be97f94f1b973a60021e9db7116f8d2b8b039 (patch)
tree400b2e9b0da2a6eea3206175db4a80d8ed4fe369
parent5690f2d01ea04806ffada6eb395750a8f2007de3 (diff)
downloadetherpad-lite-b81be97f94f1b973a60021e9db7116f8d2b8b039.zip
typo
-rw-r--r--tests/frontend/specs/enter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/specs/enter.js b/tests/frontend/specs/enter.js
index e46b1d2f..baafeded 100644
--- a/tests/frontend/specs/enter.js
+++ b/tests/frontend/specs/enter.js
@@ -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$;