diff --git a/vignettes/advanced-configuration.Rmd b/vignettes/advanced-configuration.Rmd index 689c3d4..0d6a00a 100644 --- a/vignettes/advanced-configuration.Rmd +++ b/vignettes/advanced-configuration.Rmd @@ -698,7 +698,7 @@ heatmap <- heatmap %>% label = list( borderColor = "firebrick", style = list(color = "#FFF", background = "firebrick"), - text = "Vaccine Intoduced", + text = "Vaccine Introduced", orientation = "horizontal", position = "bottom", offsetY = 10 @@ -808,7 +808,7 @@ apex(vaccines, aes(year, state, fill = count), type = "heatmap") %>% label = list( borderColor = "firebrick", style = list(color = "#FFF", background = "firebrick"), - text = "Vaccine Intoduced", + text = "Vaccine Introduced", orientation = "horizontal", position = "bottom", offsetY = 10