From 60e45b3a7603363e0f4a4114d7328681303fb447 Mon Sep 17 00:00:00 2001 From: Aanas Aamer <122932921+anasamer056@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:13:41 +0300 Subject: [PATCH] Changed a minor typo It's "an HTML", not "a HTML" --- foundations/html_css/html-foundations/working-with-text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/html_css/html-foundations/working-with-text.md b/foundations/html_css/html-foundations/working-with-text.md index cf06017fb7c..31be459354b 100644 --- a/foundations/html_css/html-foundations/working-with-text.md +++ b/foundations/html_css/html-foundations/working-with-text.md @@ -149,7 +149,7 @@ The parent, child, and sibling relationships between elements will become much m HTML comments are not visible to the browser; they allow us to *comment* on our code so that other developers or our future selves can read them and get some context about something that might not be clear in the code. -Writing a HTML comment is simple: We just enclose the comment with `` tags. For example: +Writing an HTML comment is simple: We just enclose the comment with `` tags. For example: