fix(curriculum): correct typo in localeTimeString method (#58121)

Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
This commit is contained in:
Yuvraj Singh 2025-01-14 23:21:15 +05:30 committed by GitHub
parent 7760309f93
commit ad9e899f33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -297,7 +297,7 @@ How would you format a date to a locale-specific string or a more readable forma
---
`.toLocaleTimetring()`
`.toLocaleTimeString()`
#### --answer--