Typo fixed

Fixed typo, `vaccine int*r*oduced`
This commit is contained in:
Federico Marini 2019-11-04 12:39:33 +01:00 committed by GitHub
parent 9c352df6cb
commit 8f95e87288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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