Skip to content

Commit

Permalink
Correct spelling error.
Browse files Browse the repository at this point in the history
Bump v0.12.1
  • Loading branch information
grosscol committed May 18, 2023
1 parent de95fe5 commit 4c58010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/table/BaseSNVTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ export default {
formatter: (cell, params, onrendered) => cell.getValue().toLocaleString()
},
{
title: "Frequencey %",
titleDownload: "Frequencey %",
title: "Frequency %",
titleDownload: "Frequency %",
field: "allele_freq",
width: 125,
hozAlign: "left",
Expand Down

0 comments on commit 4c58010

Please sign in to comment.