From 69fb0c364f6c92f62954f1a7a3c3e705fbf0f0c9 Mon Sep 17 00:00:00 2001 From: Kyle F Butts Date: Wed, 28 Feb 2024 11:42:53 -0500 Subject: [PATCH] Typo --- R/textbox-grob.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/textbox-grob.R b/R/textbox-grob.R index cbdedf0..344c720 100644 --- a/R/textbox-grob.R +++ b/R/textbox-grob.R @@ -245,7 +245,7 @@ textbox_grob <- function(text, x = NULL, y = NULL, width_policy <- "native" word_wrap <- FALSE } else { - width_policy <- "relativce" + width_policy <- "relative" word_wrap <- TRUE }