From c43cfae58b31bd79aebc9b5a241e772bd67c4334 Mon Sep 17 00:00:00 2001 From: Matthijs Berends <31037261+msberends@users.noreply.github.com> Date: Fri, 19 Dec 2025 09:43:48 +0100 Subject: [PATCH] Fix singular Such as in https://recipes.tidymodels.org/reference/step_corr.html#tuning-parameters --- man/rmd/tunable-args.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/rmd/tunable-args.Rmd b/man/rmd/tunable-args.Rmd index d19d0ad78..d37858191 100644 --- a/man/rmd/tunable-args.Rmd +++ b/man/rmd/tunable-args.Rmd @@ -31,7 +31,7 @@ get_param_list <- function(x) { param <- get_param_list(step) ``` -This step has `r length(param)` tuning parameters: +This step has `r length(param)` tuning parameter`r ifelse(length(param) == 1, "", "s")`: ```{r} #| echo: false