Skip to content

Commit 7d392e3

Browse files
author
James Fraser
committed
Corrected typo "Please medit(i)ate on the following code:"
1 parent d86a9df commit 7d392e3

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)