Skip to content

Commit 69fb0c3

Browse files
authored
Typo
1 parent 09d71ab commit 69fb0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/textbox-grob.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ textbox_grob <- function(text, x = NULL, y = NULL,
245245
width_policy <- "native"
246246
word_wrap <- FALSE
247247
} else {
248-
width_policy <- "relativce"
248+
width_policy <- "relative"
249249
word_wrap <- TRUE
250250
}
251251

0 commit comments

Comments
 (0)