From 2bda807b18e2cb7d9f316c3181cee845b8d31e73 Mon Sep 17 00:00:00 2001 From: Navn-CS Date: Wed, 11 Sep 2024 23:11:28 +0800 Subject: [PATCH] fix(i18n): remove typo from To-do list intro (#56070) --- 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 a91bf09eff3..384b0224eef 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1785,7 +1785,7 @@ "lab-stylized-to-do-list": { "title": "Build a Stylized To-Do List", "intro": [ - "In this lab, you'll build a To-Do list with and apply different styles to the links" + "In this lab, you'll build a To-Do list and apply different styles to the links" ] }, "humj": { "title": "44", "intro": [] },