From 349f41fbebe41c165ac8de61d161d11181009ecd Mon Sep 17 00:00:00 2001 From: James Fraser Date: Wed, 28 Dec 2011 12:05:51 +1100 Subject: [PATCH] Corrected typo "Please medit(i)ate on the following code:" --- lib/jasmine/jskoans-jasmine-html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jasmine/jskoans-jasmine-html.js b/lib/jasmine/jskoans-jasmine-html.js index 7b63e9448..06faea060 100644 --- a/lib/jasmine/jskoans-jasmine-html.js +++ b/lib/jasmine/jskoans-jasmine-html.js @@ -189,7 +189,7 @@ JsKoansReporter.prototype.reportSpecResults = function(spec) { this.createDom('div', { className: 'errorMessage' }, result.message) ); messagesDiv.appendChild( - this.createDom('div', { className: 'description' }, "Please meditiate on the following code:") + this.createDom('div', { className: 'description' }, "Please meditate on the following code:") ); if (result.trace.stack) {