Skip to content

Commit

Permalink
Fix typo "Ignord" -> "Ignored"
Browse files Browse the repository at this point in the history
  • Loading branch information
gden173 committed Oct 27, 2023
1 parent 4202de2 commit 40eaac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mapshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -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}}.
Expand Down

0 comments on commit 40eaac6

Please sign in to comment.