From 4c03931fa785f268943bd801b33fb30bf67ff9d5 Mon Sep 17 00:00:00 2001 From: Ray Slakinski Date: Mon, 7 Jun 2021 16:21:43 -0400 Subject: [PATCH] fixed typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a42d365..48453b9 100644 --- a/main.go +++ b/main.go @@ -93,7 +93,7 @@ type AgeRecord struct { SecondDoseCumulative func() prometheus.Gauge `name:"second_dose_cumulative" help:""` TotalPopulation func() prometheus.Gauge `name:"total_population" help:""` PercentAtLeastOneDose func() prometheus.Gauge `name:"percent_at_least_one_dose" help:""` - PercentFullyVaccinated func() prometheus.Gauge `name:"percent_fully_faccinated" help:""` + PercentFullyVaccinated func() prometheus.Gauge `name:"percent_fully_vaccinated" help:""` } type DataRecord struct {