From 4c5801029c1ce928a160b2647803b63efa50850b Mon Sep 17 00:00:00 2001 From: Colin Gross Date: Thu, 18 May 2023 18:12:27 -0400 Subject: [PATCH] Correct spelling error. Bump v0.12.1 --- src/components/table/BaseSNVTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/table/BaseSNVTable.vue b/src/components/table/BaseSNVTable.vue index 291bd5d..e6d84ee 100644 --- a/src/components/table/BaseSNVTable.vue +++ b/src/components/table/BaseSNVTable.vue @@ -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",