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) {