Minor: Fix spelling in comment

This commit is contained in:
Sebastian Serth
2018-12-13 12:57:49 +01:00
parent 6bf1bde2ea
commit d45a68a123

View File

@ -28,7 +28,7 @@ CodeOceanEditorEvaluation = {
$('#results').show();
var card = $('#dummies').children().first().clone();
if (card.isPresent()) {
// the card won't be present if @embed_options[::hide_test_results] == true
// the card won't be present if @embed_options[:hide_test_results] == true
this.populateCard(card, result, index);
$('#results ul').first().append(card);
}