diff --git a/curriculum/challenges/english/25-front-end-development/workshop-plant-nursery-catalog/6738a5c704680355e29e077c.md b/curriculum/challenges/english/25-front-end-development/workshop-plant-nursery-catalog/6738a5c704680355e29e077c.md index 22eb31e16de..4da2b5a87bf 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-plant-nursery-catalog/6738a5c704680355e29e077c.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-plant-nursery-catalog/6738a5c704680355e29e077c.md @@ -7,7 +7,7 @@ dashedName: step-30 # --description-- -As you already learned, the `delete` method is used to remove an entry from a map. Sets have a `delete` method the you can use to remove an element from them as well. +As you already learned, the `delete` method is used to remove an entry from a map. Sets have a `delete` method that you can use to remove an element from them as well Sometimes you may need to remove all elements from a map or a set. The `clear` method does exactly that job.