Skip to content

Commit

Permalink
Merge pull request hackreactor#14 from jfraser/patch-2
Browse files Browse the repository at this point in the history
Corrected typo "Please medit(i)ate on the following code:"
  • Loading branch information
gregmalcolm committed Jan 2, 2012
2 parents e3bb788 + 7d392e3 commit 656fd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jasmine/jskoans-jasmine-html.js
Original file line number Diff line number Diff line change
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 656fd24

Please sign in to comment.