diff --git a/md5sum.txt b/md5sum.txt index c897409..1b24071 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -13,7 +13,7 @@ "episodes/dependencies.Rmd" "bed23d0600dcc1a18cb795716f7d07dc" "site/built/dependencies.md" "2024-06-13" "episodes/documentation.Rmd" "98db3dd50047413d06bec69b98c9b004" "site/built/documentation.md" "2024-06-13" "episodes/data.Rmd" "b92bad35fae9678b1042363ebbab8f8f" "site/built/data.md" "2024-06-13" -"episodes/vignettes.Rmd" "2115a0659f92e5f7bdf63ab446a4fe85" "site/built/vignettes.md" "2024-06-13" +"episodes/vignettes.Rmd" "0818789701bf4beefbdb80d330a99048" "site/built/vignettes.md" "2024-06-13" "instructors/instructor-notes.md" "cc9ab489802be03c83cbc33020fe7bee" "site/built/instructor-notes.md" "2024-06-13" "learners/setup.md" "4f8f0b0ae861c1c4790858e99f8ae948" "site/built/setup.md" "2024-06-13" "learners/reference.md" "3a844fb8aae0eefec9b18011a24768da" "site/built/reference.md" "2024-06-13" diff --git a/vignettes.md b/vignettes.md index c4eccd7..55ab58b 100644 --- a/vignettes.md +++ b/vignettes.md @@ -221,7 +221,7 @@ Among them, it allows you to fine-control what will happen to every chunk. You can comfortably choose among a combination of execute or not execute the chunk, display the code, the output, or nothing. By the way, did you notice the effect of choosing one of these options in the file itself? -When yoy choose, for instance, _show output only_, the parameter `echo=FALSE` will be added to the chunk header. +When you choose, for instance, _show output only_, the parameter `echo=FALSE` will be added to the chunk header. :::: :::