From 8f95e872887a7bbd72fa3fc79adf557844256332 Mon Sep 17 00:00:00 2001 From: Federico Marini Date: Mon, 4 Nov 2019 12:39:33 +0100 Subject: [PATCH] Typo fixed Fixed typo, `vaccine int*r*oduced` --- vignettes/advanced-configuration.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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