Skip to content

Commit 656fd24

Browse files
committed
Merge pull request mrdavidlaing#14 from jfraser/patch-2
Corrected typo "Please medit(i)ate on the following code:"
2 parents e3bb788 + 7d392e3 commit 656fd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jasmine/jskoans-jasmine-html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ JsKoansReporter.prototype.reportSpecResults = function(spec) {
189189
this.createDom('div', { className: 'errorMessage' }, result.message)
190190
);
191191
messagesDiv.appendChild(
192-
this.createDom('div', { className: 'description' }, "Please meditiate on the following code:")
192+
this.createDom('div', { className: 'description' }, "Please meditate on the following code:")
193193
);
194194

195195
if (result.trace.stack) {

0 commit comments

Comments
 (0)