From d7f1da61e4b34ca35371d26b4cf4d4b26446795c Mon Sep 17 00:00:00 2001 From: Sajid Hasan Date: Fri, 3 Oct 2025 21:47:16 +0600 Subject: [PATCH] fix(curriculum): correct capitalization inconsistency in MCQ section (BDD question) (#62483) --- .../67db31349f3ace2c5c803c33.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/curriculum/challenges/english/blocks/lecture-understanding-the-different-types-of-testing/67db31349f3ace2c5c803c33.md b/curriculum/challenges/english/blocks/lecture-understanding-the-different-types-of-testing/67db31349f3ace2c5c803c33.md index bdb67daf8fe..4e3e04c0df5 100644 --- a/curriculum/challenges/english/blocks/lecture-understanding-the-different-types-of-testing/67db31349f3ace2c5c803c33.md +++ b/curriculum/challenges/english/blocks/lecture-understanding-the-different-types-of-testing/67db31349f3ace2c5c803c33.md @@ -95,7 +95,7 @@ What does BDD stand for? ## --answers-- -Babel-driven development +Babel-Driven Development ### --feedback-- @@ -103,7 +103,7 @@ Refer to the beginning of the lesson where this was discussed. --- -Byte-driven development +Byte-Driven Development ### --feedback-- @@ -111,11 +111,11 @@ Refer to the beginning of the lesson where this was discussed. --- -Behavior-Driven development +Behavior-Driven Development --- -Backend-driven development +Backend-Driven Development ### --feedback--