diff --git a/strings.qmd b/strings.qmd index 628c94e..496ee30 100644 --- a/strings.qmd +++ b/strings.qmd @@ -226,7 +226,7 @@ df <- tribble( "Marvin", "nectarine", "Terence", "cantaloupe", "Terence", "papaya", - "Terence", "madarin" + "Terence", "mandarin" ) df |> group_by(name) |>