From 74f9ec57357862aeb8687124702efce75381d500 Mon Sep 17 00:00:00 2001 From: Clarence Bakosi Date: Mon, 8 Sep 2025 11:27:35 +0100 Subject: [PATCH] fix(curriculum): spelling variant (#62073) --- .../68b7687dded630607aceccaf.md | 2 +- .../daily-coding-challenges-python/68b7687dded630607aceccb0.md | 2 +- .../project-euler-problems-1-to-100/5900f3c31000cf542c50fed5.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/curriculum/challenges/english/blocks/daily-coding-challenges-javascript/68b7687dded630607aceccaf.md b/curriculum/challenges/english/blocks/daily-coding-challenges-javascript/68b7687dded630607aceccaf.md index 6292e422016..fdb050e85ee 100644 --- a/curriculum/challenges/english/blocks/daily-coding-challenges-javascript/68b7687dded630607aceccaf.md +++ b/curriculum/challenges/english/blocks/daily-coding-challenges-javascript/68b7687dded630607aceccaf.md @@ -7,7 +7,7 @@ dashedName: javascript-challenge-47 # --description-- -Given an array of numbers representing the speed at which vehicles were observed travelling, and a number representing the speed limit, return an array with two items, the number of vehicles that were speeding, followed by the average amount beyond the speed limit of those vehicles. +Given an array of numbers representing the speed at which vehicles were observed traveling, and a number representing the speed limit, return an array with two items, the number of vehicles that were speeding, followed by the average amount beyond the speed limit of those vehicles. - If there were no vehicles speeding, return `[0, 0]`. diff --git a/curriculum/challenges/english/blocks/daily-coding-challenges-python/68b7687dded630607aceccb0.md b/curriculum/challenges/english/blocks/daily-coding-challenges-python/68b7687dded630607aceccb0.md index 846fe8c7ffb..91f8cdbcfdd 100644 --- a/curriculum/challenges/english/blocks/daily-coding-challenges-python/68b7687dded630607aceccb0.md +++ b/curriculum/challenges/english/blocks/daily-coding-challenges-python/68b7687dded630607aceccb0.md @@ -7,7 +7,7 @@ dashedName: python-challenge-47 # --description-- -Given an array of numbers representing the speed at which vehicles were observed travelling, and a number representing the speed limit, return an array with two items, the number of vehicles that were speeding, followed by the average amount beyond the speed limit of those vehicles. +Given an array of numbers representing the speed at which vehicles were observed traveling, and a number representing the speed limit, return an array with two items, the number of vehicles that were speeding, followed by the average amount beyond the speed limit of those vehicles. - If there were no vehicles speeding, return `[0, 0]`. diff --git a/curriculum/challenges/english/blocks/project-euler-problems-1-to-100/5900f3c31000cf542c50fed5.md b/curriculum/challenges/english/blocks/project-euler-problems-1-to-100/5900f3c31000cf542c50fed5.md index 38e5ac18148..7c08c7afc1c 100644 --- a/curriculum/challenges/english/blocks/project-euler-problems-1-to-100/5900f3c31000cf542c50fed5.md +++ b/curriculum/challenges/english/blocks/project-euler-problems-1-to-100/5900f3c31000cf542c50fed5.md @@ -8,7 +8,7 @@ dashedName: problem-86-cuboid-route # --description-- -A spider, S, sits in one corner of a cuboid room, measuring 6 by 5 by 3, and a fly, F, sits in the opposite corner. By travelling on the surfaces of the room the shortest "straight line" distance from S to F is 10 and the path is shown on the diagram. +A spider, S, sits in one corner of a cuboid room, measuring 6 by 5 by 3, and a fly, F, sits in the opposite corner. By traveling on the surfaces of the room the shortest "straight line" distance from S to F is 10 and the path is shown on the diagram. a diagram of a spider and fly's path from one corner of a cuboid room to the opposite corner