From d3bd00b7bf58e80978d957e64fa19a367383d775 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 1 Oct 2020 19:55:33 +0200 Subject: [PATCH] docs: remove IE9-10 from `.browserslistrc` in docs (#39083) Remove IE9-10 from docs `.browserslistrc` since in v11 support for this was removed. PR Close #39083 --- aio/content/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index 60c87541be..ad33bbda10 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -530,7 +530,7 @@ last 2 Edge major versions last 2 Safari major versions last 2 iOS major versions Firefox ESR -not IE 9-11 # For IE 9-11 support, remove 'not'. +not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.