From ffc007f980a9ac92fee9cc4b41ae426860c2954a Mon Sep 17 00:00:00 2001 From: jbengler Date: Sat, 8 Nov 2025 00:46:00 +0100 Subject: [PATCH] Fix typo in docs --- R/facet-wrap.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/facet-wrap.R b/R/facet-wrap.R index 51fccb37b7..0e167d7451 100644 --- a/R/facet-wrap.R +++ b/R/facet-wrap.R @@ -40,7 +40,7 @@ NULL #' `"all_x"` and `"all_y"` will draw the respective axes at the interior #' panels too, whereas `"all"` will draw all axes at all panels. #' @param axis.labels Determines whether to draw labels for interior axes when -#' the scale is fixed and the `axis` argument is not `"margins"`. When +#' the scale is fixed and the `axes` argument is not `"margins"`. When #' `"all"` (default), all interior axes get labels. When `"margins"`, only #' the exterior axes get labels, and the interior axes get none. When #' `"all_x"` or `"all_y"`, only draws the labels at the interior axes in the