Skip to content

Commit

Permalink
type enitries -> entries
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Aug 31, 2024
1 parent a2c2d0e commit 7471586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plot/matrix/matrix.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ namespace $.$$ {
datasets_type() {
const heatmap_datasets = this.heatmap_datasets()
if( heatmap_datasets.size == 0 ) {
return 'enitries'
return 'entries'
}

const datesets_quantity = this.multi_jsons().length
Expand Down

0 comments on commit 7471586

Please sign in to comment.