From 4c02b3f8144c5309956b26bd01e94306c266dc0b Mon Sep 17 00:00:00 2001 From: jbritton6 <105089602+jbritton6@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:20:08 -0400 Subject: [PATCH] Fix typo --- foundations/html_css/html-foundations/html-boilerplate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/html_css/html-foundations/html-boilerplate.md b/foundations/html_css/html-foundations/html-boilerplate.md index b40b97c1832..73a15f99c7a 100644 --- a/foundations/html_css/html-foundations/html-boilerplate.md +++ b/foundations/html_css/html-foundations/html-boilerplate.md @@ -49,7 +49,7 @@ Back in the `index.html` file, let's add the `` element by typing out its ~~~ -Noticed the word `lang` here? It represents an HTML attribute which is associated with the given HTML tag i.e. `` in this case.These attributes provide additional information about HTML elements.(More about `HTML attributes` in the following lesson) +Noticed the word `lang` here? It represents an HTML attribute which is associated with the given HTML tag i.e. `` in this case. These attributes provide additional information about HTML elements. (More about `HTML attributes` in the following lesson) #### What is the lang attribute?