From 408f6babefae03bc623d88332bed45857640c8a2 Mon Sep 17 00:00:00 2001 From: Clarence Bakosi Date: Sat, 25 Apr 2026 13:04:23 +0100 Subject: [PATCH] fix(curriculum): correct "containting" typo in lab product showcase (#67110) --- .../blocks/lab-product-showcase/696920c0c98a1ed58eb86293.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];