From 3a6c2fa160ec030bb5cb2af7e7cf590e7f773325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giftea=20=E2=98=95?= Date: Mon, 22 Sep 2025 18:01:57 +0100 Subject: [PATCH] fix(curriculum): fix typo from correspondant to correspondent (#62314) --- .../blocks/workshop-media-catalogue/68af273960e009597dd861e2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-media-catalogue/68af273960e009597dd861e2.md b/curriculum/challenges/english/blocks/workshop-media-catalogue/68af273960e009597dd861e2.md index 1188a16d625..419544f7ca9 100644 --- a/curriculum/challenges/english/blocks/workshop-media-catalogue/68af273960e009597dd861e2.md +++ b/curriculum/challenges/english/blocks/workshop-media-catalogue/68af273960e009597dd861e2.md @@ -19,7 +19,7 @@ Your `Movie` class should have a `__str__` method. }) ``` -Your `__str__` method should return a string in the format `title (year) - duration min, director`, where `title`, `year`, `duration`, and `director` should be replaced with the values of the correspondant attributes. +Your `__str__` method should return a string in the format `title (year) - duration min, director`, where `title`, `year`, `duration`, and `director` should be replaced with the values of the correspondent attributes. ```js ({