Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit 5a70170

Browse files
authored
Merge pull request #10 from EdwardBetts/spelling
Correct spelling mistakes
2 parents e0c60ff + 2d77b73 commit 5a70170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
YAML.fromURL("example.yml", function(data) {
1313
var errors = YAML.getErrors();
1414
if(errors.length == 0)
15-
document.getElementById("out").innerHTML = "Done! Took " + YAML.getProcessingTime() + " miliseconds.";
15+
document.getElementById("out").innerHTML = "Done! Took " + YAML.getProcessingTime() + " milliseconds.";
1616
else {
1717
document.getElementById("out").innerHTML = errors.join("<br>");
1818
}

0 commit comments

Comments
 (0)