From 40eaac66b60460a169594c2a68985d4d5c6c4318 Mon Sep 17 00:00:00 2001 From: Gabriel Dennis Date: Fri, 27 Oct 2023 14:46:54 +1000 Subject: [PATCH] Fix typo "Ignord" -> "Ignored" --- R/mapshot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/mapshot.R b/R/mapshot.R index 241bf342..3c196e80 100644 --- a/R/mapshot.R +++ b/R/mapshot.R @@ -171,7 +171,7 @@ mapshot = function(x, #' @param remove_controls \code{character} vector of control buttons to be removed #' from the map when saving to file. Any combination of #' "zoomControl", "layersControl", "homeButton", "scaleBar", "drawToolbar", -#' "easyButton". If set to \code{NULL} nothing will be removed. Ignord if \code{x} +#' "easyButton". If set to \code{NULL} nothing will be removed. Ignored if \code{x} #' is not a mapview or leaflet map. #' @param ... Further arguments passed on to \code{\link[htmlwidgets]{saveWidget}} #' and/or \code{\link[webshot2]{webshot}}.