Skip to content

Commit 66e8c98

Browse files
authored
fix(curriculum): typo in workshop media catalogue (freeCodeCamp#62283)
1 parent 3b75667 commit 66e8c98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

curriculum/challenges/english/blocks/workshop-media-catalogue/68b99289c744bffa96807d04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Your `MediaCatalogue` class should have a method named `get_movies`.
2323
})
2424
```
2525

26-
Your `get_movies` method should return a list containg all the items in `self.items` that are instances of the `Movie` class.
26+
Your `get_movies` method should return a list containing all the items in `self.items` that are instances of the `Movie` class.
2727

2828
```js
2929
({

curriculum/challenges/english/blocks/workshop-media-catalogue/68b995fb1712f635a9387fe8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Your `MediaCatalogue` class should have a method named `get_tv_series`.
1919
})
2020
```
2121

22-
Your `get_tv_series` method should return a list containg all the items in `self.items` that are instances of the `TVSeries` class.
22+
Your `get_tv_series` method should return a list containing all the items in `self.items` that are instances of the `TVSeries` class.
2323

2424
```js
2525
({

0 commit comments

Comments
 (0)