mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-19 19:01:28 -04:00
fix(curriculum): fix typo from correspondant to correspondent (#62314)
This commit is contained in:
@@ -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
|
||||
({
|
||||
|
||||
Reference in New Issue
Block a user