diff --git a/layers.qmd b/layers.qmd index af614ee..acdf866 100644 --- a/layers.qmd +++ b/layers.qmd @@ -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: >