Skip to content

Commit f776946

Browse files
authored
Fixed minor spelling error
1 parent 6f5973e commit f776946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/translate.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
#' @examplesIf !parsnip:::is_cran_check()
3131
#' lm_spec <- linear_reg(penalty = 0.01)
3232
#'
33-
#' # `penalty` is tranlsated to `lambda`
33+
#' # `penalty` is translated to `lambda`
3434
#' translate(lm_spec, engine = "glmnet")
3535
#'
3636
#' # `penalty` not applicable for this model.
3737
#' translate(lm_spec, engine = "lm")
3838
#'
39-
#' # `penalty` is tranlsated to `reg_param`
39+
#' # `penalty` is translated to `reg_param`
4040
#' translate(lm_spec, engine = "spark")
4141
#'
4242
#' # with a placeholder for an unknown argument value:

0 commit comments

Comments
 (0)