From 9e8a7ee756697516d20a7b78903a93d78ed40cfd Mon Sep 17 00:00:00 2001 From: sciencificity <50318861+sciencificity@users.noreply.github.com> Date: Thu, 5 Nov 2020 21:28:10 +0200 Subject: [PATCH] A spelling fix (#891) 'supressess' changed to 'suppresses' --- rmarkdown.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmarkdown.Rmd b/rmarkdown.Rmd index 89a074b..4687e77 100644 --- a/rmarkdown.Rmd +++ b/rmarkdown.Rmd @@ -189,7 +189,7 @@ The most important set of options controls if your code block is executed and wh and want to deliberately include an error. The default, `error = FALSE` causes knitting to fail if there is a single error in the document. -The following table summarises which types of output each option supressess: +The following table summarises which types of output each option suppresses: Option | Run code | Show code | Output | Plots | Messages | Warnings -------------------|----------|-----------|--------|-------|----------|---------