From 39fc303f374433b7bb6a84d0fe010eb077b47973 Mon Sep 17 00:00:00 2001 From: Matthew Lincoln Date: Sun, 14 Apr 2019 15:37:33 -0400 Subject: [PATCH] documentaiton typo [skip ci] --- R/utils.R | 2 +- man/clipr_available.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/utils.R b/R/utils.R index 12d9ca6..fbcecc3 100644 --- a/R/utils.R +++ b/R/utils.R @@ -16,7 +16,7 @@ sys_type <- function() { #' #' If you are trying to call this in a non-interactive session, be sure to call #' using `clipr_available(allow_non_interactive = TRUE)`, or by setting the -#' environemnt variable `CLIPBOARD_AVAILABLE=TRUE` +#' environment variable `CLIPBOARD_AVAILABLE=TRUE` #' #' @param \ldots Pass other options to [`write_clip()`]. Generally only used to #' pass the argument `allow_non_interactive_use = TRUE`. diff --git a/man/clipr_available.Rd b/man/clipr_available.Rd index 6ee65f9..5d57ac2 100644 --- a/man/clipr_available.Rd +++ b/man/clipr_available.Rd @@ -29,7 +29,7 @@ the system clipboard may not be available. \details{ If you are trying to call this in a non-interactive session, be sure to call using \code{clipr_available(allow_non_interactive = TRUE)}, or by setting the -environemnt variable \code{CLIPBOARD_AVAILABLE=TRUE} +environment variable \code{CLIPBOARD_AVAILABLE=TRUE} } \examples{ \dontrun{