From 7fcb89bfbeefaedda02735b0b5cf4544262a386e Mon Sep 17 00:00:00 2001 From: Naveenchinthakindi <105142778+Naveenchinthakindi@users.noreply.github.com> Date: Tue, 4 Nov 2025 05:11:44 +0530 Subject: [PATCH] fix(curriculum): update lecture title for preventDefault method (#62446) Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com> --- .../6733d3a33abdd27cd562bdf2.md | 2 +- .../structure/blocks/lecture-understanding-form-validation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/blocks/lecture-understanding-form-validation/6733d3a33abdd27cd562bdf2.md b/curriculum/challenges/english/blocks/lecture-understanding-form-validation/6733d3a33abdd27cd562bdf2.md index ba82ead0855..2b493c7fda9 100644 --- a/curriculum/challenges/english/blocks/lecture-understanding-form-validation/6733d3a33abdd27cd562bdf2.md +++ b/curriculum/challenges/english/blocks/lecture-understanding-form-validation/6733d3a33abdd27cd562bdf2.md @@ -1,6 +1,6 @@ --- id: 6733d3a33abdd27cd562bdf2 -title: What Is the Purpose of e.preventDefault? +title: What Is the Purpose of the preventDefault() Method? challengeType: 19 dashedName: what-is-the-purpose-of-e-preventdefault --- diff --git a/curriculum/structure/blocks/lecture-understanding-form-validation.json b/curriculum/structure/blocks/lecture-understanding-form-validation.json index 2111c1059bc..707fb58e63a 100644 --- a/curriculum/structure/blocks/lecture-understanding-form-validation.json +++ b/curriculum/structure/blocks/lecture-understanding-form-validation.json @@ -11,7 +11,7 @@ }, { "id": "6733d3a33abdd27cd562bdf2", - "title": "What Is the Purpose of e.preventDefault?" + "title": "What Is the Purpose of the preventDefault() Method?" }, { "id": "6733d3ab69e94b7df7ee91b0",