Skip to content

Commit 214f314

Browse files
Fix a typo (#3730)
* Fix a typo * Fix one more typo Fix #3737
1 parent 5a686c3 commit 214f314

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/scale-.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ binned_scale <- function(aesthetics, scale_name, palette, name = waiver(),
291291
#' position scales, only the continuous range is reset.
292292
#'
293293
#' - `map()` Map transformed data values to some output value as
294-
#' determined by `self$rescale()` and `self$pallete` (except for position scales,
294+
#' determined by `self$rescale()` and `self$palette` (except for position scales,
295295
#' which do not use the default implementation of this method). The output corresponds
296296
#' to the transformed data value in aesthetic space (e.g., a color, line width, or size).
297297
#'

R/theme-elements.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @description
44
#' In conjunction with the \link{theme} system, the `element_` functions
5-
#' specify the display of how non-data components of the plot are a drawn.
5+
#' specify the display of how non-data components of the plot are drawn.
66
#'
77
#' - `element_blank`: draws nothing, and assigns no space.
88
#' - `element_rect`: borders and backgrounds.

man/element.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/ggplot2-ggproto.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)