Skip to content

Commit 8922e24

Browse files
eliocamphadley
authored andcommitted
Fix typo in documentation (#2589)
1 parent d0891dc commit 8922e24

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

R/position-.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#' Used to setup defaults that need to complete dataset, and to inform
3131
#' the user of important choices. Should return list of parameters.
3232
#' - `setup_data(data, params)`: called once for each layer,
33-
#' after `setp_params()`. Should return modified `data`.
33+
#' after `setup_params()`. Should return modified `data`.
3434
#' Default checks that required aesthetics are present.
3535
#'
3636
#' And the following fields

R/stat-.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#' Used to setup defaults that need to complete dataset, and to inform
3939
#' the user of important choices. Should return list of parameters.
4040
#' - `setup_data(data, params)`: called once for each layer,
41-
#' after `setp_params()`. Should return modified `data`.
41+
#' after `setup_params()`. Should return modified `data`.
4242
#' Default methods removes all rows containing a missing value in
4343
#' required aesthetics (with a warning if `!na.rm`).
4444
#' - `required_aes`: A character vector of aesthetics needed to

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

0 commit comments

Comments
 (0)