Skip to content

Commit

Permalink
Merge pull request #462 from gden173/master
Browse files Browse the repository at this point in the history
Fix typo "Ignord" -> "Ignored"
  • Loading branch information
tim-salabim authored Oct 27, 2023
2 parents 4202de2 + 40eaac6 commit f6ba74b
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 f6ba74b

Please sign in to comment.