Fix typo
This commit is contained in:
parent
6734d131e5
commit
3f5db5230b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ $(function() {
|
|||
$('#part-of-speech').text(part_of_speech)
|
||||
|
||||
if (examples.length > 0) {
|
||||
$('#examples-data').html('<ul>' + list_items.join('') + '</ul>')
|
||||
$('#examples-data').html('<ul>' + examples.join('') + '</ul>')
|
||||
$('#examples').removeClass('invisible')
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue