From 6367db138e93c813bdf4b53ddabfb5c518d0ff39 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Mon, 3 Jun 2024 03:33:03 -0400 Subject: [PATCH] doc: change "full-bleed" to "full-width" to avoid technical jargon --- R/page.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/page.R b/R/page.R index 78349953f..484f51ce4 100644 --- a/R/page.R +++ b/R/page.R @@ -209,7 +209,7 @@ validateCssPadding <- function(padding = NULL) { #' @description #' `r lifecycle::badge("experimental")` #' -#' Create a dashboard layout with a full-bleed header (`title`) and [sidebar()]. +#' Create a dashboard layout with a full-width header (`title`) and [sidebar()]. #' #' @param ... UI elements to display in the 'main' content area (i.e., next to #' the `sidebar`). These arguments are passed to `layout_sidebar()`, which has