From 09986313d0b00f3c40a37d4d2dcc5b226a5129ba Mon Sep 17 00:00:00 2001 From: kellbosu <129923712+kellbosu@users.noreply.github.com> Date: Wed, 4 Jun 2025 03:32:02 -0400 Subject: [PATCH] fix: correct typo in Lightbox Viewer lab intro (#60697) --- 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 e4f597fa3cc..4f785f6e17f 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -3117,7 +3117,7 @@ "lab-lightbox-viewer": { "title": "Build a Lightbox Viewer", "intro": [ - "In this lab, you'll build a lighbox viewer for viewing images in a focused mode.", + "In this lab, you'll build a lightbox viewer for viewing images in a focused mode.", "You'll practice click events and toggling classes." ] },