Skip to content

Commit

Permalink
Fix typo in tutorial 3 title
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpeake authored Nov 15, 2024
1 parent 46a3607 commit b75a2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/tutorial-3.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Dynamic output in Quarto files Code, Tables, and Figures'
title: 'Dynamic output in Quarto files: Code, Tables, and Figures'
---

::: {.callout-note title="Learning Objectives"}
Expand All @@ -26,4 +26,4 @@ The Carpentries tutorials provide a good introduction to code chunks, but you ma

We will walk through some of the features discussed in this slide deck, but feel free to click through on your own for some additional practice.

Code chunk options let you control the output of a code chunk in a YAML-like header at the beginning of the chunk. We will go over a few of these options in this week's sessions, but there are many more options available than what we will cover. Use [this reference guide](https://quarto.org/docs/reference/cells/cells-knitr.html) for the options available in an R code chunk.
Code chunk options let you control the output of a code chunk in a YAML-like header at the beginning of the chunk. We will go over a few of these options in this week's sessions, but there are many more options available than what we will cover. Use [this reference guide](https://quarto.org/docs/reference/cells/cells-knitr.html) for the options available in an R code chunk.

0 comments on commit b75a2ce

Please sign in to comment.