diff --git a/curriculum/challenges/english/blocks/lab-product-showcase/696920c0c98a1ed58eb86293.md b/curriculum/challenges/english/blocks/lab-product-showcase/696920c0c98a1ed58eb86293.md index 754ed06f1de..607a772f2b1 100644 --- a/curriculum/challenges/english/blocks/lab-product-showcase/696920c0c98a1ed58eb86293.md +++ b/curriculum/challenges/english/blocks/lab-product-showcase/696920c0c98a1ed58eb86293.md @@ -264,7 +264,7 @@ const { Collection } = explorer.classes; assert.exists(Collection.methods.filter); ``` -Your `filter` method should accept a callback function and return an array containting the elements of the `items` property that satisfy the given condition. +Your `filter` method should accept a callback function and return an array containing the elements of the `items` property that satisfy the given condition. ```js let arr = [1, 2, 3, 4, 5, 6];