diff --git a/tests/index.html b/tests/index.html index 450f672..27b2bbc 100644 --- a/tests/index.html +++ b/tests/index.html @@ -12,7 +12,7 @@ YAML.fromURL("example.yml", function(data) { var errors = YAML.getErrors(); if(errors.length == 0) - document.getElementById("out").innerHTML = "Done! Took " + YAML.getProcessingTime() + " miliseconds."; + document.getElementById("out").innerHTML = "Done! Took " + YAML.getProcessingTime() + " milliseconds."; else { document.getElementById("out").innerHTML = errors.join("
"); }