Skip to content

Commit 38d8745

Browse files
committed
Fix typo in docs
1 parent b9c6b84 commit 38d8745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/bootstrap.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pageWithSidebar <- function(headerPanel,
147147
#' \code{"fixed-bottom"} will cause the navbar to overlay your body content,
148148
#' unless you add padding, e.g.:
149149
#' \code{tags$style(type="text/css", "body {padding-top: 70px;}")}
150-
#' @param header Tag of list of tags to display as a common header above all
150+
#' @param header Tag or list of tags to display as a common header above all
151151
#' tabPanels.
152152
#' @param footer Tag or list of tags to display as a common footer below all
153153
#' tabPanels

man/navbarPage.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ at the top (\code{"fixed-top"}), or pinned at the bottom
3030
unless you add padding, e.g.:
3131
\code{tags$style(type="text/css", "body {padding-top: 70px;}")}}
3232

33-
\item{header}{Tag of list of tags to display as a common header above all
33+
\item{header}{Tag or list of tags to display as a common header above all
3434
tabPanels.}
3535

3636
\item{footer}{Tag or list of tags to display as a common footer below all

0 commit comments

Comments
 (0)