Skip to content

Commit

Permalink
Match spelling for Plot Object phrase
Browse files Browse the repository at this point in the history
From #3398
  • Loading branch information
schloerke committed Jun 16, 2021
1 parent 78c62ad commit 2a209ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/render-plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#' string, the value may be a reactive expression (or a function referencing
#' reactive values) that returns a character string. If the value is `NA` (the
#' default), then `ggplot2::get_alt_text()` is used to extract alt text from
#' ggplot objects; for other plots, `NA` results in alt text of "Plot object".
#' ggplot objects; for other plots, `NA` results in alt text of "Plot Object".
#' `NULL` or `""` is not recommended because those should be limited to
#' decorative images.
#' @param ... Arguments to be passed through to [grDevices::png()].
Expand Down

0 comments on commit 2a209ce

Please sign in to comment.