Fixed typo (#1308)

This commit is contained in:
Jonathan Kitt
2023-02-27 11:39:47 +01:00
committed by GitHub
parent 82c3bd3620
commit 7d60ab2775

View File

@@ -662,7 +662,7 @@ The algorithm used to calculate new values for a graph is called a **stat**, sho
#| echo: false
#| out-width: "100%"
#| fig-cap: >
#| When create a bar chart we first start with the raw data, then
#| When creating a bar chart we first start with the raw data, then
#| aggregate it to count the number of observations in each bar,
#| and finally map those computed variables to plot aesthetics.
#| fig-alt: >