From df38e2af8365642f07d997ae73b0212414894523 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Thu, 31 Aug 2023 12:23:42 -0400 Subject: [PATCH] Correct typo Note that .help works the same as topic --- R/cliapp-docs.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/cliapp-docs.R b/R/cliapp-docs.R index 0bfc775c8..876f8b156 100644 --- a/R/cliapp-docs.R +++ b/R/cliapp-docs.R @@ -617,7 +617,7 @@ NULL #' To link to a help topic that is not a function, use `.topic`: #' #' ```{asciicast links-topic} -#' cli::cli_text("... the tibble options at {.help tibble::tibble_options}.") +#' cli::cli_text("... the tibble options at {.topic tibble::tibble_options}.") #' ``` #' #' `.topic` support link text.