diff --git a/doc/gallery/examples/pie-chart.qmd b/doc/gallery/examples/pie-chart.qmd index a45616f4..d1edb1c6 100644 --- a/doc/gallery/examples/pie-chart.qmd +++ b/doc/gallery/examples/pie-chart.qmd @@ -102,7 +102,7 @@ VISUALISE island AS fill FROM ggsql:penguins ### Faceting pie charts -When faceting, you will typically want to pies to be whole, which requires the `SETTING free => 'angle'` specification. +When faceting, you will typically want the pies to be whole, which requires the `SETTING free => 'angle'` specification. ```{ggsql} VISUALISE island AS fill FROM ggsql:penguins