From ccfcca1f4670cf57965c36692c661d7b0057d509 Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:06:14 +1200 Subject: [PATCH] fix(curriculum): typo in workshop description (#62295) --- .../blocks/workshop-planets-tablist/6859a4c514603bc6d95a80da.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-planets-tablist/6859a4c514603bc6d95a80da.md b/curriculum/challenges/english/blocks/workshop-planets-tablist/6859a4c514603bc6d95a80da.md index fe1f2667409..7627d694484 100644 --- a/curriculum/challenges/english/blocks/workshop-planets-tablist/6859a4c514603bc6d95a80da.md +++ b/curriculum/challenges/english/blocks/workshop-planets-tablist/6859a4c514603bc6d95a80da.md @@ -7,7 +7,7 @@ dashedName: step-10 # --description-- -Now it is time associate the tab panels with their respective tabs. +Now it is time to associate the tab panels with their respective tabs. For the first `tabpanel` element, add the `id` attribute with the value `"panel-earth"` and an `aria-labelledby` attribute with the value `"tab-earth"`.