From 5ff2e3816f980719126d37660d433e588913ee90 Mon Sep 17 00:00:00 2001 From: Stella <148345190+st3lll4@users.noreply.github.com> Date: Sat, 25 Oct 2025 21:22:51 +0300 Subject: [PATCH] fix(curriculum): typo number_patter -> number_pattern (#63056) --- .../lab-number-pattern-generator/6842a6cd9836f0114a5b7a8a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lab-number-pattern-generator/6842a6cd9836f0114a5b7a8a.md b/curriculum/challenges/english/blocks/lab-number-pattern-generator/6842a6cd9836f0114a5b7a8a.md index 80423025c26..b6ffe675f15 100644 --- a/curriculum/challenges/english/blocks/lab-number-pattern-generator/6842a6cd9836f0114a5b7a8a.md +++ b/curriculum/challenges/english/blocks/lab-number-pattern-generator/6842a6cd9836f0114a5b7a8a.md @@ -21,7 +21,7 @@ In this lab you will practice the basics of Python by building a small app that # --hints-- -You should have a `number_patter` function. +You should have a `number_pattern` function. ```js ({