Skip to content

Commit

Permalink
Corrected typo "Please medit(i)ate on the following code:"
Browse files Browse the repository at this point in the history
  • Loading branch information
James Fraser committed Dec 28, 2011
1 parent d86a9df commit 7d392e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jasmine/jskoans-jasmine-html.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 7d392e3

Please sign in to comment.