From a9acedbb67c47da63a3c32eeda09e4d3031b0837 Mon Sep 17 00:00:00 2001 From: Faiaz Azmain <57479122+fazmain@users.noreply.github.com> Date: Sun, 8 Sep 2024 11:02:52 -0400 Subject: [PATCH] fix(i18n): wrap semantic elements in tags in intro.json (#56036) --- client/i18n/locales/english/intro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 24f3cab4377..a0a876c3cbd 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1730,7 +1730,7 @@ "workshop-blog-page": { "title": "Build a Cat Blog Page", "intro": [ - "In this workshop, you will learn how to build an HTML only blog page using semantic elements including the main, nav, article and footer elements." + "In this workshop, you will learn how to build an HTML only blog page using semantic elements including the main, nav, article and footer elements." ] }, "szcd": { "title": "13", "intro": [] },