From ad9e899f33cd42c2fd308a99b82e14e325e86ca7 Mon Sep 17 00:00:00 2001 From: Yuvraj Singh <131570406+yuvrajsingh08@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:21:15 +0530 Subject: [PATCH] fix(curriculum): correct typo in localeTimeString method (#58121) Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com> --- .../quiz-javascript-dates/66edd3711bb9f7efa73aef91.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/quiz-javascript-dates/66edd3711bb9f7efa73aef91.md b/curriculum/challenges/english/25-front-end-development/quiz-javascript-dates/66edd3711bb9f7efa73aef91.md index 0eda37067c3..13af765c568 100644 --- a/curriculum/challenges/english/25-front-end-development/quiz-javascript-dates/66edd3711bb9f7efa73aef91.md +++ b/curriculum/challenges/english/25-front-end-development/quiz-javascript-dates/66edd3711bb9f7efa73aef91.md @@ -297,7 +297,7 @@ How would you format a date to a locale-specific string or a more readable forma --- -`.toLocaleTimetring()` +`.toLocaleTimeString()` #### --answer--