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 ({