From 99c62cd99bb7164eeae2321ee95435db63c24c79 Mon Sep 17 00:00:00 2001 From: aswain009 <35013220+aswain009@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:04:56 -0400 Subject: [PATCH] Browser Compatibility: Mention MS Edge (#29017) --- .../intermediate_css_concepts/browser_compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate_html_css/intermediate_css_concepts/browser_compatibility.md b/intermediate_html_css/intermediate_css_concepts/browser_compatibility.md index d2f8446098..2553eeb9f0 100644 --- a/intermediate_html_css/intermediate_css_concepts/browser_compatibility.md +++ b/intermediate_html_css/intermediate_css_concepts/browser_compatibility.md @@ -1,6 +1,6 @@ ### Introduction -As you continue your web development journey, it is important to keep in mind that the end users of your work might be using a variety of browsers: Chrome, Internet Explorer, Firefox, and Safari to name a few. At the same time, the number of users using mobile operating systems is growing rapidly, therefore you should also consider mobile versions of different browsers. +As you continue your web development journey, it is important to keep in mind that the end users of your work might be using a variety of browsers: Chrome, Microsoft Edge, Firefox, and Safari to name a few. At the same time, the number of users using mobile operating systems is growing rapidly, therefore you should also consider mobile versions of different browsers. ### Lesson overview