Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
Note that .help works the same as topic
  • Loading branch information
olivroy authored Aug 31, 2023
1 parent c36066c commit df38e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cliapp-docs.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit df38e2a

Please sign in to comment.