From 3e57ca1d98ab6d263762a6e9a57512e50a1fb27e Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Sun, 6 Sep 2020 13:25:16 +0300 Subject: [PATCH] docs: fix typos in deployment guide (#38727) This PR fixes some typos regarding the .browserslistrc file in the Deployent guide PR Close #38727 --- aio/content/guide/deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index 0bdbef63e4..b9611d8338 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -511,9 +511,9 @@ Each script tag has a `type="module"` or `nomodule` attribute. Browsers with nat To include differential loading in your application builds, you must configure the Browserslist and TypeScript configuration files in your application project. -The following examples show a `browserlistrc` and `tsconfig.json` file for a newly created Angular application. In this configuration, legacy browsers such as IE 9-11 are ignored, and the compilation target is ES2015. +The following examples show a `.browserslistrc` and `tsconfig.json` file for a newly created Angular application. In this configuration, legacy browsers such as IE 9-11 are ignored, and the compilation target is ES2015. - + # This file is used by the build system to adjust CSS and JS output to support the specified browsers below. # For additional information regarding the format and rule options, please see: # https://github.com/browserslist/browserslist#queries @@ -527,7 +527,7 @@ The following examples show a `browserlistrc` and `tsconfig.json` file for a new last 1 Chrome version last 1 Firefox version last 2 Edge major versions -last 2 Safari major version +last 2 Safari major versions last 2 iOS major versions Firefox ESR not IE 9-11 # For IE 9-11 support, remove 'not'.