docs: fix code example to ensure consistency in file (#26577)

PR Close #26577
This commit is contained in:
Preetham Viswanathan 2018-10-19 05:21:00 -04:00 committed by Matias Niemelä
parent 509aa61619
commit c5ce4e62c6
1 changed files with 4 additions and 1 deletions

View File

@ -74,7 +74,10 @@ Command syntax is shown as follows:
* Option names are prefixed with a double dash (--).
Option aliases are prefixed with a single dash (-).
Arguments are not prefixed.
For example: `ng build my-app -c production`
For example:
<code-example format="." language="bash">
ng build my-app -c production
</code-example>
* Typically, the name of a generated artifact can be given as an argument to the command or specified with the --name option.