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