Skip to content

Commit 19830c5

Browse files
authored
correct spelling of aesthetic (#5039)
1 parent 4fea51b commit 19830c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ check_aesthetics <- function(x, n) {
240240

241241
check_linewidth <- function(data, name) {
242242
if (is.null(data$linewidth) && !is.null(data$size)) {
243-
deprecate_soft0("3.4.0", I(paste0("Using the `size` aesthietic with ", name)), I("the `linewidth` aesthetic"))
243+
deprecate_soft0("3.4.0", I(paste0("Using the `size` aesthetic with ", name)), I("the `linewidth` aesthetic"))
244244
data$linewidth <- data$size
245245
}
246246
data

0 commit comments

Comments
 (0)