diff --git a/aio/content/cli/index.md b/aio/content/cli/index.md index f9a6fd3057..0656cb827c 100644 --- a/aio/content/cli/index.md +++ b/aio/content/cli/index.md @@ -58,9 +58,9 @@ When you use the [ng serve](cli/serve) command to build an app and serve it loca A single workspace configuration file, `angular.json`, is created at the top level of the workspace. This is where you can set workspace-wide defaults, and specify configurations to use when the CLI builds a project for different targets. -The `[ng config](cli/config) command lets you set and retrieve configuration values from the command line, or you can edit the `angular.json` file directly. +The [ng config](cli/config) command lets you set and retrieve configuration values from the command line, or you can edit the `angular.json` file directly. -* See the [complete schema](https://github.com/angular/angular-cli/wiki/angular-workspace) for `angular.json`. +* See the [complete schema](https://github.com/angular/angular-cli/wiki/angular-workspace) for `angular.json`. diff --git a/aio/content/guide/build.md b/aio/content/guide/build.md index 53238778a6..bfa401254c 100644 --- a/aio/content/guide/build.md +++ b/aio/content/guide/build.md @@ -289,7 +289,7 @@ Autoprefixer looks for the Browserlist configuration when it prefixes your CSS. See the [browserslist repo](https://github.com/ai/browserslist) for more examples of how to target specific browsers and versions. -