docs: add missing backticks (#26497)

PR Close #26497
This commit is contained in:
Alan
2018-10-17 14:57:37 +02:00
committed by Misko Hevery
parent ab9e114fee
commit bf1a13e5e1
2 changed files with 4 additions and 4 deletions

View File

@ -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`.
<!-- * Learn more about *configuration options for Angular(links to new guide or topics TBD)*. -->