From 41b6aea6ebe5bd6f593211b90aece5e5074349cb Mon Sep 17 00:00:00 2001 From: Ansh kathil Date: Wed, 15 Oct 2025 19:46:18 +0530 Subject: [PATCH] fix(curriculum): typo in Understanding the HTML boilerplate lesson (#62824) --- .../670838e914096b194b0c51aa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lecture-understanding-the-html-boilerplate/670838e914096b194b0c51aa.md b/curriculum/challenges/english/blocks/lecture-understanding-the-html-boilerplate/670838e914096b194b0c51aa.md index 2b16aae31bb..4a41dac6290 100644 --- a/curriculum/challenges/english/blocks/lecture-understanding-the-html-boilerplate/670838e914096b194b0c51aa.md +++ b/curriculum/challenges/english/blocks/lecture-understanding-the-html-boilerplate/670838e914096b194b0c51aa.md @@ -9,7 +9,7 @@ dashedName: what-is-an-html-boilerplate Let's learn about the HTML boilerplate. -What is the HTML boilerplate, you ask? It's like a ready-made template for your webpages. Think of it as the foundations of a house. A boilerplate includes the basic structure and essential elements every HTML document needs. It saves you time and helps ensure your pages are set up properly. Here is an example: +What is the HTML boilerplate, you ask? It's like a ready-made template for your webpages. Think of it as the foundation of a house. A boilerplate includes the basic structure and essential elements every HTML document needs. It saves you time and helps ensure your pages are set up properly. Here is an example: ```html