From 50adc6a9f3c9383c875399c5b251ae7963700939 Mon Sep 17 00:00:00 2001 From: Angela Li Date: Sat, 3 Oct 2020 10:43:19 -0400 Subject: [PATCH] Typo fix (#828) --- rmarkdown.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmarkdown.Rmd b/rmarkdown.Rmd index 5802edd..89a074b 100644 --- a/rmarkdown.Rmd +++ b/rmarkdown.Rmd @@ -354,7 +354,7 @@ params: In RStudio, you can click the "Knit with Parameters" option in the Knit dropdown menu to set parameters, render, and preview the report in a single user friendly step. You can customise the dialog by setting other options in the header. See for more details. -Alternatively, if you need to produce many such paramterised reports, you can call `rmarkdown::render()` with a list of `params`: +Alternatively, if you need to produce many such parameterised reports, you can call `rmarkdown::render()` with a list of `params`: ```{r eval = FALSE} rmarkdown::render("fuel-economy.Rmd", params = list(my_class = "suv"))