diff --git a/aio/content/guide/build.md b/aio/content/guide/build.md index ed37a6fa3c..a1a03051e7 100644 --- a/aio/content/guide/build.md +++ b/aio/content/guide/build.md @@ -273,8 +273,8 @@ The CLI uses [Autoprefixer](https://github.com/postcss/autoprefixer) to ensure c You may find it necessary to target specific browsers or exclude certain browser versions from your build. Internally, Autoprefixer relies on a library called [Browserslist](https://github.com/browserslist/browserslist) to figure out which browsers to support with prefixing. -Browserlist looks for configuration options in a `browserlist` property of the package configuration file, or in a configuration file named `.browserslistrc`. -Autoprefixer looks for the Browserlist configuration when it prefixes your CSS. +Browserlist looks for configuration options in a `browserslist` property of the package configuration file, or in a configuration file named `.browserslistrc`. +Autoprefixer looks for the `browserslist` configuration when it prefixes your CSS. * You can tell Autoprefixer what browsers to target by adding a browserslist property to the package configuration file, `package.json`: ```