From 1b2c312c5474e1f84d0218b586ec6f08862f24fe Mon Sep 17 00:00:00 2001 From: Jan Gleixner Date: Sat, 21 Oct 2023 15:56:12 +0200 Subject: [PATCH] fix typo in doc (#5490) * fix typo in doc * fix typo in doc --- R/annotation.R | 2 +- man/annotate.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/annotation.R b/R/annotation.R index ca1530462b..d185cf5698 100644 --- a/R/annotation.R +++ b/R/annotation.R @@ -14,7 +14,7 @@ #' @section Unsupported geoms: #' Due to their special nature, reference line geoms [geom_abline()], #' [geom_hline()], and [geom_vline()] can't be used with [annotate()]. -#' You can use these geoms directory for annotations. +#' You can use these geoms directly for annotations. #' @param geom name of geom to use for annotation #' @param x,y,xmin,ymin,xmax,ymax,xend,yend positioning aesthetics - #' you must specify at least one of these. diff --git a/man/annotate.Rd b/man/annotate.Rd index f66a70bac7..63e29580cf 100644 --- a/man/annotate.Rd +++ b/man/annotate.Rd @@ -49,7 +49,7 @@ affect the legend. Due to their special nature, reference line geoms \code{\link[=geom_abline]{geom_abline()}}, \code{\link[=geom_hline]{geom_hline()}}, and \code{\link[=geom_vline]{geom_vline()}} can't be used with \code{\link[=annotate]{annotate()}}. -You can use these geoms directory for annotations. +You can use these geoms directly for annotations. } \examples{