Skip to content

Commit 5288996

Browse files
committed
Fixed typos in docs
1 parent 8cb7cfe commit 5288996

File tree

10 files changed

+12
-11
lines changed

10 files changed

+12
-11
lines changed

R/layers.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ clearPopups <- function(map) {
478478
#'
479479
#' @param label A vector or list of plain characters or HTML (marked by
480480
#' \code{\link[htmltools]{HTML}}), or a formula that resolves to such a value.
481-
#' @param data A data frame over which the formua is evaluated.
481+
#' @param data A data frame over which the formula is evaluated.
482482
#'
483483
#' @keywords internal
484484
#' @export
@@ -727,7 +727,7 @@ makeIcon <- function(iconUrl = NULL, iconRetinaUrl = NULL, iconWidth = NULL, ico
727727
#' @param iconWidth,iconHeight size of the icon image in pixels
728728
#' @param iconAnchorX,iconAnchorY the coordinates of the "tip" of the icon
729729
#' (relative to its top left corner, i.e. the top left corner means
730-
#' \code{iconAnchorX = 0} and \code{iconAnchorY = 0)}, and the icon will be
730+
#' \code{iconAnchorX = 0} and \code{iconAnchorY = 0}), and the icon will be
731731
#' aligned so that this point is at the marker's geographical location
732732
#' @param shadowUrl the URL or file path to the icon shadow image
733733
#' @param shadowRetinaUrl the URL or file path to the retina sized version of

R/plugin-awesomeMarkers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ makeAwesomeIcon <- function(
175175
#' = 'fa'})
176176
#' @param extraClasses Additional css classes to include on the icon.
177177
#' @return A list of awesome-icon data that can be passed to the \code{icon}
178-
#' @param squareMarker Whether to use a sqare marker.
178+
#' @param squareMarker Whether to use a square marker.
179179
#' @param iconRotate Rotate the icon by a given angle.
180180
#' @param fontFamily Used when \code{text} option is specified.
181181
#' @param text Use this text string instead of an icon.

R/plugin-measure.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ leafletMeasureDependencies <- function() {
2626
#' @param completedColor base color to use for features generated
2727
#' from a completed measurement.
2828
#' Value should be a color represented as a hexadecimal string.
29-
#' @param popupOptions \code{list} of ptions applied to the popup
29+
#' @param popupOptions \code{list} of options applied to the popup
3030
#' of the resulting measure feature.
3131
#' Properties may be any \href{http://leafletjs.com/reference.html#popup-options}{standard Leaflet popup options}.
3232
#' @param captureZIndex Z-index of the marker used to capture measure clicks.

man/addLegend.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/addMeasure.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/awesomeIcons.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/icons.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/makeAwesomeIcon.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/makeIcon.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/safeLabel.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)